@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConflictingAliasesList extends Object implements Serializable, Cloneable
A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.
Constructor and Description |
---|
ConflictingAliasesList() |
Modifier and Type | Method and Description |
---|---|
ConflictingAliasesList |
clone() |
boolean |
equals(Object obj) |
List<ConflictingAlias> |
getItems()
Contains the conflicting aliases in the list.
|
Integer |
getMaxItems()
The maximum number of conflicting aliases requested.
|
String |
getNextMarker()
If there are more items in the list than are in this response, this element is present.
|
Integer |
getQuantity()
The number of conflicting aliases returned in the response.
|
int |
hashCode() |
void |
setItems(Collection<ConflictingAlias> items)
Contains the conflicting aliases in the list.
|
void |
setMaxItems(Integer maxItems)
The maximum number of conflicting aliases requested.
|
void |
setNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
void |
setQuantity(Integer quantity)
The number of conflicting aliases returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
ConflictingAliasesList |
withItems(Collection<ConflictingAlias> items)
Contains the conflicting aliases in the list.
|
ConflictingAliasesList |
withItems(ConflictingAlias... items)
Contains the conflicting aliases in the list.
|
ConflictingAliasesList |
withMaxItems(Integer maxItems)
The maximum number of conflicting aliases requested.
|
ConflictingAliasesList |
withNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
ConflictingAliasesList |
withQuantity(Integer quantity)
The number of conflicting aliases returned in the response.
|
public void setNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing conflicting
aliases where you left off.
nextMarker
- If there are more items in the list than are in this response, this element is present. It contains the
value that you should use in the Marker
field of a subsequent request to continue listing
conflicting aliases where you left off.public String getNextMarker()
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing conflicting
aliases where you left off.
Marker
field of a subsequent request to continue listing
conflicting aliases where you left off.public ConflictingAliasesList withNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing conflicting
aliases where you left off.
nextMarker
- If there are more items in the list than are in this response, this element is present. It contains the
value that you should use in the Marker
field of a subsequent request to continue listing
conflicting aliases where you left off.public void setMaxItems(Integer maxItems)
The maximum number of conflicting aliases requested.
maxItems
- The maximum number of conflicting aliases requested.public Integer getMaxItems()
The maximum number of conflicting aliases requested.
public ConflictingAliasesList withMaxItems(Integer maxItems)
The maximum number of conflicting aliases requested.
maxItems
- The maximum number of conflicting aliases requested.public void setQuantity(Integer quantity)
The number of conflicting aliases returned in the response.
quantity
- The number of conflicting aliases returned in the response.public Integer getQuantity()
The number of conflicting aliases returned in the response.
public ConflictingAliasesList withQuantity(Integer quantity)
The number of conflicting aliases returned in the response.
quantity
- The number of conflicting aliases returned in the response.public List<ConflictingAlias> getItems()
Contains the conflicting aliases in the list.
public void setItems(Collection<ConflictingAlias> items)
Contains the conflicting aliases in the list.
items
- Contains the conflicting aliases in the list.public ConflictingAliasesList withItems(ConflictingAlias... items)
Contains the conflicting aliases in the list.
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
- Contains the conflicting aliases in the list.public ConflictingAliasesList withItems(Collection<ConflictingAlias> items)
Contains the conflicting aliases in the list.
items
- Contains the conflicting aliases in the list.public String toString()
toString
in class Object
Object.toString()
public ConflictingAliasesList clone()