@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContinuousDeploymentPolicyList extends Object implements Serializable, Cloneable
Contains a list of continuous deployment policies.
| Constructor and Description | 
|---|
| ContinuousDeploymentPolicyList() | 
| Modifier and Type | Method and Description | 
|---|---|
| ContinuousDeploymentPolicyList | clone() | 
| boolean | equals(Object obj) | 
| List<ContinuousDeploymentPolicySummary> | getItems()
 A list of continuous deployment policy items. | 
| Integer | getMaxItems()
 The maximum number of continuous deployment policies that were specified in your request. | 
| String | getNextMarker()
 Indicates the next page of continuous deployment policies. | 
| Integer | getQuantity()
 The total number of continuous deployment policies in your Amazon Web Services account, regardless of the
  MaxItemsvalue. | 
| int | hashCode() | 
| void | setItems(Collection<ContinuousDeploymentPolicySummary> items)
 A list of continuous deployment policy items. | 
| void | setMaxItems(Integer maxItems)
 The maximum number of continuous deployment policies that were specified in your request. | 
| void | setNextMarker(String nextMarker)
 Indicates the next page of continuous deployment policies. | 
| void | setQuantity(Integer quantity)
 The total number of continuous deployment policies in your Amazon Web Services account, regardless of the
  MaxItemsvalue. | 
| String | toString()Returns a string representation of this object. | 
| ContinuousDeploymentPolicyList | withItems(Collection<ContinuousDeploymentPolicySummary> items)
 A list of continuous deployment policy items. | 
| ContinuousDeploymentPolicyList | withItems(ContinuousDeploymentPolicySummary... items)
 A list of continuous deployment policy items. | 
| ContinuousDeploymentPolicyList | withMaxItems(Integer maxItems)
 The maximum number of continuous deployment policies that were specified in your request. | 
| ContinuousDeploymentPolicyList | withNextMarker(String nextMarker)
 Indicates the next page of continuous deployment policies. | 
| ContinuousDeploymentPolicyList | withQuantity(Integer quantity)
 The total number of continuous deployment policies in your Amazon Web Services account, regardless of the
  MaxItemsvalue. | 
public void setNextMarker(String nextMarker)
 Indicates the next page of continuous deployment policies. To get the next page of the list, use this value in
 the Marker field of your request.
 
nextMarker - Indicates the next page of continuous deployment policies. To get the next page of the list, use this
        value in the Marker field of your request.public String getNextMarker()
 Indicates the next page of continuous deployment policies. To get the next page of the list, use this value in
 the Marker field of your request.
 
Marker field of your request.public ContinuousDeploymentPolicyList withNextMarker(String nextMarker)
 Indicates the next page of continuous deployment policies. To get the next page of the list, use this value in
 the Marker field of your request.
 
nextMarker - Indicates the next page of continuous deployment policies. To get the next page of the list, use this
        value in the Marker field of your request.public void setMaxItems(Integer maxItems)
The maximum number of continuous deployment policies that were specified in your request.
maxItems - The maximum number of continuous deployment policies that were specified in your request.public Integer getMaxItems()
The maximum number of continuous deployment policies that were specified in your request.
public ContinuousDeploymentPolicyList withMaxItems(Integer maxItems)
The maximum number of continuous deployment policies that were specified in your request.
maxItems - The maximum number of continuous deployment policies that were specified in your request.public void setQuantity(Integer quantity)
 The total number of continuous deployment policies in your Amazon Web Services account, regardless of the
 MaxItems value.
 
quantity - The total number of continuous deployment policies in your Amazon Web Services account, regardless of the
        MaxItems value.public Integer getQuantity()
 The total number of continuous deployment policies in your Amazon Web Services account, regardless of the
 MaxItems value.
 
MaxItems value.public ContinuousDeploymentPolicyList withQuantity(Integer quantity)
 The total number of continuous deployment policies in your Amazon Web Services account, regardless of the
 MaxItems value.
 
quantity - The total number of continuous deployment policies in your Amazon Web Services account, regardless of the
        MaxItems value.public List<ContinuousDeploymentPolicySummary> getItems()
A list of continuous deployment policy items.
public void setItems(Collection<ContinuousDeploymentPolicySummary> items)
A list of continuous deployment policy items.
items - A list of continuous deployment policy items.public ContinuousDeploymentPolicyList withItems(ContinuousDeploymentPolicySummary... items)
A list of continuous deployment policy items.
 NOTE: This method appends the values to the existing list (if any). Use
 setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
 existing values.
 
items - A list of continuous deployment policy items.public ContinuousDeploymentPolicyList withItems(Collection<ContinuousDeploymentPolicySummary> items)
A list of continuous deployment policy items.
items - A list of continuous deployment policy items.public String toString()
toString in class ObjectObject.toString()public ContinuousDeploymentPolicyList clone()