@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTriggersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTriggersRequest() |
Modifier and Type | Method and Description |
---|---|
ListTriggersRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTriggersRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTriggersRequest |
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 a list to return.
|
String |
getNextToken()
A continuation token, if this is a continuation request.
|
Map<String,String> |
getTags()
Specifies to return only these tagged resources.
|
int |
hashCode() |
void |
setDependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers.
|
void |
setMaxResults(Integer maxResults)
The maximum size of a list to return.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
void |
setTags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
String |
toString()
Returns a string representation of this object.
|
ListTriggersRequest |
withDependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers.
|
ListTriggersRequest |
withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
ListTriggersRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListTriggersRequest |
withTags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
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 request.
nextToken
- A continuation token, if this is a continuation request.public String getNextToken()
A continuation token, if this is a continuation request.
public ListTriggersRequest withNextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken
- A continuation token, if this is a continuation request.public void setDependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.
dependentJobName
- The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If
there is no such trigger, all triggers are returned.public String getDependentJobName()
The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.
public ListTriggersRequest withDependentJobName(String dependentJobName)
The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.
dependentJobName
- The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If
there is no such trigger, all triggers are returned.public void setMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults
- The maximum size of a list to return.public Integer getMaxResults()
The maximum size of a list to return.
public ListTriggersRequest withMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults
- The maximum size of a list to return.public Map<String,String> getTags()
Specifies to return only these tagged resources.
public void setTags(Map<String,String> tags)
Specifies to return only these tagged resources.
tags
- Specifies to return only these tagged resources.public ListTriggersRequest withTags(Map<String,String> tags)
Specifies to return only these tagged resources.
tags
- Specifies to return only these tagged resources.public ListTriggersRequest addTagsEntry(String key, String value)
public ListTriggersRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ListTriggersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()