@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBlueprintsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBlueprintsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBlueprintsRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListBlueprintsRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListBlueprintsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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()
Filters the list by an Amazon Web Services resource tag.
|
int |
hashCode() |
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)
Filters the list by an Amazon Web Services resource tag.
|
String |
toString()
Returns a string representation of this object.
|
ListBlueprintsRequest |
withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
ListBlueprintsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListBlueprintsRequest |
withTags(Map<String,String> tags)
Filters the list by an Amazon Web Services resource tag.
|
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 ListBlueprintsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken
- A continuation token, if this is a continuation request.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 ListBlueprintsRequest 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()
Filters the list by an Amazon Web Services resource tag.
public void setTags(Map<String,String> tags)
Filters the list by an Amazon Web Services resource tag.
tags
- Filters the list by an Amazon Web Services resource tag.public ListBlueprintsRequest withTags(Map<String,String> tags)
Filters the list by an Amazon Web Services resource tag.
tags
- Filters the list by an Amazon Web Services resource tag.public ListBlueprintsRequest addTagsEntry(String key, String value)
public ListBlueprintsRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ListBlueprintsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()