@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeThumbnailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeThumbnailsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeThumbnailsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelId()
Unique ID of the channel
|
String |
getPipelineId()
Pipeline ID ("0" or "1")
|
String |
getThumbnailType()
thumbnail type
|
int |
hashCode() |
void |
setChannelId(String channelId)
Unique ID of the channel
|
void |
setPipelineId(String pipelineId)
Pipeline ID ("0" or "1")
|
void |
setThumbnailType(String thumbnailType)
thumbnail type
|
String |
toString()
Returns a string representation of this object.
|
DescribeThumbnailsRequest |
withChannelId(String channelId)
Unique ID of the channel
|
DescribeThumbnailsRequest |
withPipelineId(String pipelineId)
Pipeline ID ("0" or "1")
|
DescribeThumbnailsRequest |
withThumbnailType(String thumbnailType)
thumbnail type
|
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 setChannelId(String channelId)
channelId
- Unique ID of the channelpublic String getChannelId()
public DescribeThumbnailsRequest withChannelId(String channelId)
channelId
- Unique ID of the channelpublic void setPipelineId(String pipelineId)
pipelineId
- Pipeline ID ("0" or "1")public String getPipelineId()
public DescribeThumbnailsRequest withPipelineId(String pipelineId)
pipelineId
- Pipeline ID ("0" or "1")public void setThumbnailType(String thumbnailType)
thumbnailType
- thumbnail typepublic String getThumbnailType()
public DescribeThumbnailsRequest withThumbnailType(String thumbnailType)
thumbnailType
- thumbnail typepublic String toString()
toString
in class Object
Object.toString()
public DescribeThumbnailsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()