@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChannelScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetChannelScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
GetChannelScheduleRequest |
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 |
getDurationMinutes()
The schedule duration in minutes.
|
Integer |
getMaxResults()
Upper bound on number of records to return.
|
String |
getNextToken()
Pagination token from the GET list request.
|
int |
hashCode() |
void |
setChannelName(String channelName)
The identifier for the channel you are working on.
|
void |
setDurationMinutes(String durationMinutes)
The schedule duration in minutes.
|
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
Pagination token from the GET list request.
|
String |
toString()
Returns a string representation of this object.
|
GetChannelScheduleRequest |
withChannelName(String channelName)
The identifier for the channel you are working on.
|
GetChannelScheduleRequest |
withDurationMinutes(String durationMinutes)
The schedule duration in minutes.
|
GetChannelScheduleRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
GetChannelScheduleRequest |
withNextToken(String nextToken)
Pagination token from the GET list request.
|
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 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 GetChannelScheduleRequest withChannelName(String channelName)
The identifier for the channel you are working on.
channelName
- The identifier for the channel you are working on.public void setDurationMinutes(String durationMinutes)
The schedule duration in minutes. The maximum duration is 4320 minutes (three days).
durationMinutes
- The schedule duration in minutes. The maximum duration is 4320 minutes (three days).public String getDurationMinutes()
The schedule duration in minutes. The maximum duration is 4320 minutes (three days).
public GetChannelScheduleRequest withDurationMinutes(String durationMinutes)
The schedule duration in minutes. The maximum duration is 4320 minutes (three days).
durationMinutes
- The schedule duration in minutes. The maximum duration is 4320 minutes (three days).public void setMaxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults
- Upper bound on number of records to return. The maximum number of results is 100.public Integer getMaxResults()
Upper bound on number of records to return. The maximum number of results is 100.
public GetChannelScheduleRequest withMaxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults
- Upper bound on number of records to return. The maximum number of results is 100.public void setNextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken
- Pagination token from the GET list request. Use the token to fetch the next page of results.public String getNextToken()
Pagination token from the GET list request. Use the token to fetch the next page of results.
public GetChannelScheduleRequest withNextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken
- Pagination token from the GET list request. Use the token to fetch the next page of results.public String toString()
toString
in class Object
Object.toString()
public GetChannelScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()