@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStreamKeysRequest() |
Modifier and Type | Method and Description |
---|---|
ListStreamKeysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelArn()
Channel ARN used to filter the list.
|
Integer |
getMaxResults()
Maximum number of streamKeys to return.
|
String |
getNextToken()
The first stream key to retrieve.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
Channel ARN used to filter the list.
|
void |
setMaxResults(Integer maxResults)
Maximum number of streamKeys to return.
|
void |
setNextToken(String nextToken)
The first stream key to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamKeysRequest |
withChannelArn(String channelArn)
Channel ARN used to filter the list.
|
ListStreamKeysRequest |
withMaxResults(Integer maxResults)
Maximum number of streamKeys to return.
|
ListStreamKeysRequest |
withNextToken(String nextToken)
The first stream key to retrieve.
|
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 setChannelArn(String channelArn)
Channel ARN used to filter the list.
channelArn
- Channel ARN used to filter the list.public String getChannelArn()
Channel ARN used to filter the list.
public ListStreamKeysRequest withChannelArn(String channelArn)
Channel ARN used to filter the list.
channelArn
- Channel ARN used to filter the list.public void setNextToken(String nextToken)
The first stream key to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
- The first stream key to retrieve. This is used for pagination; see the nextToken
response
field.public String getNextToken()
The first stream key to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
response
field.public ListStreamKeysRequest withNextToken(String nextToken)
The first stream key to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
- The first stream key to retrieve. This is used for pagination; see the nextToken
response
field.public void setMaxResults(Integer maxResults)
Maximum number of streamKeys to return. Default: 1.
maxResults
- Maximum number of streamKeys to return. Default: 1.public Integer getMaxResults()
Maximum number of streamKeys to return. Default: 1.
public ListStreamKeysRequest withMaxResults(Integer maxResults)
Maximum number of streamKeys to return. Default: 1.
maxResults
- Maximum number of streamKeys to return. Default: 1.public String toString()
toString
in class Object
Object.toString()
public ListStreamKeysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()