@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOriginEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOriginEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
ListOriginEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelGroupName()
The name that describes the channel group.
|
String |
getChannelName()
The name that describes the channel.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
The pagination token from the GET list request.
|
int |
hashCode() |
void |
setChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
void |
setChannelName(String channelName)
The name that describes the channel.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
The pagination token from the GET list request.
|
String |
toString()
Returns a string representation of this object.
|
ListOriginEndpointsRequest |
withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
ListOriginEndpointsRequest |
withChannelName(String channelName)
The name that describes the channel.
|
ListOriginEndpointsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListOriginEndpointsRequest |
withNextToken(String nextToken)
The 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 setChannelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and
must be unique for your account in the AWS Region.public String getChannelGroupName()
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
public ListOriginEndpointsRequest withChannelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and
must be unique for your account in the AWS Region.public void setChannelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName
- The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.public String getChannelName()
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
public ListOriginEndpointsRequest withChannelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName
- The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListOriginEndpointsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public void setNextToken(String nextToken)
The pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken
- The pagination token from the GET list request. Use the token to fetch the next page of results.public String getNextToken()
The pagination token from the GET list request. Use the token to fetch the next page of results.
public ListOriginEndpointsRequest withNextToken(String nextToken)
The pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken
- The 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 ListOriginEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()