@Generated(value="software.amazon.awssdk:codegen") public final class ContentArtifactsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>
The content artifact object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContentArtifactsConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContentArtifactsConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ContentMuxType |
muxType()
The MUX type of the artifact configuration.
|
String |
muxTypeAsString()
The MUX type of the artifact configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContentArtifactsConfiguration.Builder> |
serializableBuilderClass() |
ArtifactsState |
state()
Indicates whether the content artifact is enabled or disabled.
|
String |
stateAsString()
Indicates whether the content artifact is enabled or disabled.
|
ContentArtifactsConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ArtifactsState state()
Indicates whether the content artifact is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version, state will return
ArtifactsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ArtifactsStatepublic final String stateAsString()
Indicates whether the content artifact is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version, state will return
ArtifactsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ArtifactsStatepublic final ContentMuxType muxType()
The MUX type of the artifact configuration.
If the service returns an enum value that is not available in the current SDK version, muxType will
return ContentMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
muxTypeAsString().
ContentMuxTypepublic final String muxTypeAsString()
The MUX type of the artifact configuration.
If the service returns an enum value that is not available in the current SDK version, muxType will
return ContentMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
muxTypeAsString().
ContentMuxTypepublic ContentArtifactsConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>public static ContentArtifactsConfiguration.Builder builder()
public static Class<? extends ContentArtifactsConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.