Class StopMultiplexResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.medialive.model.MediaLiveResponse
-
- software.amazon.awssdk.services.medialive.model.StopMultiplexResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StopMultiplexResponse.Builder,StopMultiplexResponse>
@Generated("software.amazon.awssdk:codegen") public final class StopMultiplexResponse extends MediaLiveResponse implements ToCopyableBuilder<StopMultiplexResponse.Builder,StopMultiplexResponse>
Placeholder documentation for StopMultiplexResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStopMultiplexResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The unique arn of the multiplex.List<String>availabilityZones()A list of availability zones for the multiplex.static StopMultiplexResponse.Builderbuilder()List<MultiplexOutputDestination>destinations()A list of the multiplex output destinations.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasAvailabilityZones()For responses, this returns true if the service returned a value for the AvailabilityZones property.booleanhasDestinations()For responses, this returns true if the service returned a value for the Destinations property.inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.Stringid()The unique id of the multiplex.MultiplexSettingsmultiplexSettings()Configuration for a multiplex event.Stringname()The name of the multiplex.IntegerpipelinesRunningCount()The number of currently healthy pipelines.IntegerprogramCount()The number of programs in the multiplex.List<SdkField<?>>sdkFields()static Class<? extends StopMultiplexResponse.Builder>serializableBuilderClass()MultiplexStatestate()The current state of the multiplex.StringstateAsString()The current state of the multiplex.Map<String,String>tags()A collection of key-value pairs.StopMultiplexResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.medialive.model.MediaLiveResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The unique arn of the multiplex.- Returns:
- The unique arn of the multiplex.
-
hasAvailabilityZones
public final boolean hasAvailabilityZones()
For responses, this returns true if the service returned a value for the AvailabilityZones property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
availabilityZones
public final List<String> availabilityZones()
A list of availability zones for the multiplex.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAvailabilityZones()method.- Returns:
- A list of availability zones for the multiplex.
-
hasDestinations
public final boolean hasDestinations()
For responses, this returns true if the service returned a value for the Destinations property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
destinations
public final List<MultiplexOutputDestination> destinations()
A list of the multiplex output destinations.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDestinations()method.- Returns:
- A list of the multiplex output destinations.
-
id
public final String id()
The unique id of the multiplex.- Returns:
- The unique id of the multiplex.
-
multiplexSettings
public final MultiplexSettings multiplexSettings()
Configuration for a multiplex event.- Returns:
- Configuration for a multiplex event.
-
name
public final String name()
The name of the multiplex.- Returns:
- The name of the multiplex.
-
pipelinesRunningCount
public final Integer pipelinesRunningCount()
The number of currently healthy pipelines.- Returns:
- The number of currently healthy pipelines.
-
programCount
public final Integer programCount()
The number of programs in the multiplex.- Returns:
- The number of programs in the multiplex.
-
state
public final MultiplexState state()
The current state of the multiplex.If the service returns an enum value that is not available in the current SDK version,
statewill returnMultiplexState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the multiplex.
- See Also:
MultiplexState
-
stateAsString
public final String stateAsString()
The current state of the multiplex.If the service returns an enum value that is not available in the current SDK version,
statewill returnMultiplexState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the multiplex.
- See Also:
MultiplexState
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final Map<String,String> tags()
A collection of key-value pairs.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- A collection of key-value pairs.
-
toBuilder
public StopMultiplexResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StopMultiplexResponse.Builder,StopMultiplexResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static StopMultiplexResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends StopMultiplexResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-