@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContinuousDeploymentPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListContinuousDeploymentPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
ListContinuousDeploymentPoliciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
Use this field when paginating results to indicate where to begin in your list of continuous deployment policies.
|
String |
getMaxItems()
The maximum number of continuous deployment policies that you want returned in the response.
|
int |
hashCode() |
void |
setMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of continuous deployment policies.
|
void |
setMaxItems(String maxItems)
The maximum number of continuous deployment policies that you want returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListContinuousDeploymentPoliciesRequest |
withMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of continuous deployment policies.
|
ListContinuousDeploymentPoliciesRequest |
withMaxItems(String maxItems)
The maximum number of continuous deployment policies that you want returned in the response.
|
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 ListContinuousDeploymentPoliciesRequest()
public void setMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of continuous deployment policies.
The response includes policies in the list that occur after the marker. To get the next page of the list, set
this field's value to the value of NextMarker
from the current page's response.
marker
- Use this field when paginating results to indicate where to begin in your list of continuous deployment
policies. The response includes policies in the list that occur after the marker. To get the next page of
the list, set this field's value to the value of NextMarker
from the current page's response.public String getMarker()
Use this field when paginating results to indicate where to begin in your list of continuous deployment policies.
The response includes policies in the list that occur after the marker. To get the next page of the list, set
this field's value to the value of NextMarker
from the current page's response.
NextMarker
from the current page's
response.public ListContinuousDeploymentPoliciesRequest withMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of continuous deployment policies.
The response includes policies in the list that occur after the marker. To get the next page of the list, set
this field's value to the value of NextMarker
from the current page's response.
marker
- Use this field when paginating results to indicate where to begin in your list of continuous deployment
policies. The response includes policies in the list that occur after the marker. To get the next page of
the list, set this field's value to the value of NextMarker
from the current page's response.public void setMaxItems(String maxItems)
The maximum number of continuous deployment policies that you want returned in the response.
maxItems
- The maximum number of continuous deployment policies that you want returned in the response.public String getMaxItems()
The maximum number of continuous deployment policies that you want returned in the response.
public ListContinuousDeploymentPoliciesRequest withMaxItems(String maxItems)
The maximum number of continuous deployment policies that you want returned in the response.
maxItems
- The maximum number of continuous deployment policies that you want returned in the response.public String toString()
toString
in class Object
Object.toString()
public ListContinuousDeploymentPoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()