xmlWriter.startElement("Bucket").value(loggingConfigLogging.getBucket()).endElement();
}
if (loggingConfigLogging.getPrefix() != null) {
xmlWriter.startElement("Prefix").value(loggingConfigLogging.getPrefix()).endElement();
}
xmlWriter.endElement();
}
}
if (streamingDistributionConfigStreamingDistributionConfig != null) {
TrustedSigners trustedSignersTrustedSigners = streamingDistributionConfigStreamingDistributionConfig.getTrustedSigners();
if (trustedSignersTrustedSigners != null) {