@Generated(value="software.amazon.awssdk:codegen") public final class StartChannelResponse extends MediaLiveResponse implements ToCopyableBuilder<StartChannelResponse.Builder,StartChannelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The unique arn of the channel.
|
static StartChannelResponse.Builder |
builder() |
CdiInputSpecification |
cdiInputSpecification()
Specification of CDI inputs for this channel
|
ChannelClass |
channelClass()
The class for this channel.
|
String |
channelClassAsString()
The class for this channel.
|
List<OutputDestination> |
destinations()
A list of destinations of the channel.
|
List<ChannelEgressEndpoint> |
egressEndpoints()
The endpoints where outgoing connections initiate from
|
EncoderSettings |
encoderSettings()
Returns the value of the EncoderSettings property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDestinations()
For responses, this returns true if the service returned a value for the Destinations property.
|
boolean |
hasEgressEndpoints()
For responses, this returns true if the service returned a value for the EgressEndpoints property.
|
int |
hashCode() |
boolean |
hasInputAttachments()
For responses, this returns true if the service returned a value for the InputAttachments property.
|
boolean |
hasPipelineDetails()
For responses, this returns true if the service returned a value for the PipelineDetails property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
id()
The unique id of the channel.
|
List<InputAttachment> |
inputAttachments()
List of input attachments for channel.
|
InputSpecification |
inputSpecification()
Specification of network and file inputs for this channel
|
LogLevel |
logLevel()
The log level being written to CloudWatch Logs.
|
String |
logLevelAsString()
The log level being written to CloudWatch Logs.
|
MaintenanceStatus |
maintenance()
Maintenance settings for this channel.
|
String |
name()
The name of the channel.
|
List<PipelineDetail> |
pipelineDetails()
Runtime details for the pipelines of a running channel.
|
Integer |
pipelinesRunningCount()
The number of currently healthy pipelines.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartChannelResponse.Builder> |
serializableBuilderClass() |
ChannelState |
state()
Returns the value of the State property for this object.
|
String |
stateAsString()
Returns the value of the State property for this object.
|
Map<String,String> |
tags()
A collection of key-value pairs.
|
StartChannelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcOutputSettingsDescription |
vpc()
Settings for VPC output
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
public final CdiInputSpecification cdiInputSpecification()
public final ChannelClass channelClass()
If the service returns an enum value that is not available in the current SDK version, channelClass will
return ChannelClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelClassAsString().
ChannelClasspublic final String channelClassAsString()
If the service returns an enum value that is not available in the current SDK version, channelClass will
return ChannelClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelClassAsString().
ChannelClasspublic final boolean hasDestinations()
isEmpty() 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.public final List<OutputDestination> 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.
public final boolean hasEgressEndpoints()
isEmpty() 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.public final List<ChannelEgressEndpoint> egressEndpoints()
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 hasEgressEndpoints() method.
public final EncoderSettings encoderSettings()
public final String id()
public final boolean hasInputAttachments()
isEmpty() 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.public final List<InputAttachment> inputAttachments()
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 hasInputAttachments() method.
public final InputSpecification inputSpecification()
public final LogLevel logLevel()
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
LogLevelpublic final String logLevelAsString()
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
LogLevelpublic final MaintenanceStatus maintenance()
public final String name()
public final boolean hasPipelineDetails()
isEmpty() 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.public final List<PipelineDetail> pipelineDetails()
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 hasPipelineDetails() method.
public final Integer pipelinesRunningCount()
public final String roleArn()
public final ChannelState state()
If the service returns an enum value that is not available in the current SDK version, state will return
ChannelState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ChannelStatepublic final String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state will return
ChannelState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ChannelStatepublic final boolean hasTags()
isEmpty() 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.public final Map<String,String> tags()
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.
public final VpcOutputSettingsDescription vpc()
public StartChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartChannelResponse.Builder,StartChannelResponse>toBuilder in class AwsResponsepublic static StartChannelResponse.Builder builder()
public static Class<? extends StartChannelResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.