@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBlueprintRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetBlueprintRunsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintRunsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBlueprintName()
The name of the blueprint.
|
Integer |
getMaxResults()
The maximum size of a list to return.
|
String |
getNextToken()
A continuation token, if this is a continuation request.
|
int |
hashCode() |
void |
setBlueprintName(String blueprintName)
The name of the blueprint.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
GetBlueprintRunsRequest |
withBlueprintName(String blueprintName)
The name of the blueprint.
|
GetBlueprintRunsRequest |
withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
GetBlueprintRunsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation 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, withSdkRequestTimeoutpublic void setBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName - The name of the blueprint.public String getBlueprintName()
The name of the blueprint.
public GetBlueprintRunsRequest withBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName - The name of the blueprint.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 GetBlueprintRunsRequest 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 GetBlueprintRunsRequest withMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.public String toString()
toString in class ObjectObject.toString()public GetBlueprintRunsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()