@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPlaybackConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPlaybackConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetPlaybackConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The identifier for the playback configuration.
|
int |
hashCode() |
void |
setName(String name)
The identifier for the playback configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetPlaybackConfigurationRequest |
withName(String name)
The identifier for the playback configuration.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The identifier for the playback configuration.
name
- The identifier for the playback configuration.public String getName()
The identifier for the playback configuration.
public GetPlaybackConfigurationRequest withName(String name)
The identifier for the playback configuration.
name
- The identifier for the playback configuration.public String toString()
toString
in class Object
Object.toString()
public GetPlaybackConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()