@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProgramRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeProgramRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeProgramRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelName()
The identifier for the channel you are working on.
|
String |
getProgramName()
The identifier for the program you are working on.
|
int |
hashCode() |
void |
setChannelName(String channelName)
The identifier for the channel you are working on.
|
void |
setProgramName(String programName)
The identifier for the program you are working on.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProgramRequest |
withChannelName(String channelName)
The identifier for the channel you are working on.
|
DescribeProgramRequest |
withProgramName(String programName)
The identifier for the program you are working on.
|
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, withSdkRequestTimeoutpublic void setChannelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.public String getChannelName()
The identifier for the channel you are working on.
public DescribeProgramRequest withChannelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.public void setProgramName(String programName)
The identifier for the program you are working on.
programName - The identifier for the program you are working on.public String getProgramName()
The identifier for the program you are working on.
public DescribeProgramRequest withProgramName(String programName)
The identifier for the program you are working on.
programName - The identifier for the program you are working on.public String toString()
toString in class ObjectObject.toString()public DescribeProgramRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()