@Generated(value="software.amazon.awssdk:codegen") public final class StreamingDistributionConfigWithTags extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamingDistributionConfigWithTags.Builder,StreamingDistributionConfigWithTags>
A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamingDistributionConfigWithTags.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamingDistributionConfigWithTags.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamingDistributionConfigWithTags.Builder> |
serializableBuilderClass() |
StreamingDistributionConfig |
streamingDistributionConfig()
A streaming distribution Configuration.
|
Tags |
tags()
A complex type that contains zero or more
Tag elements. |
StreamingDistributionConfigWithTags.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StreamingDistributionConfig streamingDistributionConfig()
A streaming distribution Configuration.
public final Tags tags()
A complex type that contains zero or more Tag elements.
Tag elements.public StreamingDistributionConfigWithTags.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamingDistributionConfigWithTags.Builder,StreamingDistributionConfigWithTags>public static StreamingDistributionConfigWithTags.Builder builder()
public static Class<? extends StreamingDistributionConfigWithTags.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.