@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTriggersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTriggersRequest() |
Modifier and Type | Method and Description |
---|---|
GetTriggersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDependentJobName()
The name of the job for which to retrieve triggers.
|
Integer |
getMaxResults()
The maximum size of the response.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
int |
hashCode() |
void |
setDependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers.
|
void |
setMaxResults(Integer maxResults)
The maximum size of the response.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTriggersRequest |
withDependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers.
|
GetTriggersRequest |
withMaxResults(Integer maxResults)
The maximum size of the response.
|
GetTriggersRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
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 setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public GetTriggersRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public void setDependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers.
dependentJobName
- The name of the job for which to retrieve triggers.public String getDependentJobName()
The name of the job for which to retrieve triggers.
public GetTriggersRequest withDependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers.
dependentJobName
- The name of the job for which to retrieve triggers.public void setMaxResults(Integer maxResults)
The maximum size of the response.
maxResults
- The maximum size of the response.public Integer getMaxResults()
The maximum size of the response.
public GetTriggersRequest withMaxResults(Integer maxResults)
The maximum size of the response.
maxResults
- The maximum size of the response.public String toString()
toString
in class Object
Object.toString()
public GetTriggersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.