@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAggregateIdFormatResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAggregateIdFormatResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAggregateIdFormatResult |
clone() |
boolean |
equals(Object obj) |
List<IdFormat> |
getStatuses()
Information about each resource's ID format.
|
Boolean |
getUseLongIdsAggregated()
Indicates whether all resource types in the Region are configured to use longer IDs.
|
int |
hashCode() |
Boolean |
isUseLongIdsAggregated()
Indicates whether all resource types in the Region are configured to use longer IDs.
|
void |
setStatuses(Collection<IdFormat> statuses)
Information about each resource's ID format.
|
void |
setUseLongIdsAggregated(Boolean useLongIdsAggregated)
Indicates whether all resource types in the Region are configured to use longer IDs.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAggregateIdFormatResult |
withStatuses(Collection<IdFormat> statuses)
Information about each resource's ID format.
|
DescribeAggregateIdFormatResult |
withStatuses(IdFormat... statuses)
Information about each resource's ID format.
|
DescribeAggregateIdFormatResult |
withUseLongIdsAggregated(Boolean useLongIdsAggregated)
Indicates whether all resource types in the Region are configured to use longer IDs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUseLongIdsAggregated(Boolean useLongIdsAggregated)
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only
true
if all users are configured to use longer IDs for all resources types in the Region.
useLongIdsAggregated
- Indicates whether all resource types in the Region are configured to use longer IDs. This value is only
true
if all users are configured to use longer IDs for all resources types in the Region.public Boolean getUseLongIdsAggregated()
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only
true
if all users are configured to use longer IDs for all resources types in the Region.
true
if all users are configured to use longer IDs for all resources types in the Region.public DescribeAggregateIdFormatResult withUseLongIdsAggregated(Boolean useLongIdsAggregated)
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only
true
if all users are configured to use longer IDs for all resources types in the Region.
useLongIdsAggregated
- Indicates whether all resource types in the Region are configured to use longer IDs. This value is only
true
if all users are configured to use longer IDs for all resources types in the Region.public Boolean isUseLongIdsAggregated()
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only
true
if all users are configured to use longer IDs for all resources types in the Region.
true
if all users are configured to use longer IDs for all resources types in the Region.public List<IdFormat> getStatuses()
Information about each resource's ID format.
public void setStatuses(Collection<IdFormat> statuses)
Information about each resource's ID format.
statuses
- Information about each resource's ID format.public DescribeAggregateIdFormatResult withStatuses(IdFormat... statuses)
Information about each resource's ID format.
NOTE: This method appends the values to the existing list (if any). Use
setStatuses(java.util.Collection)
or withStatuses(java.util.Collection)
if you want to override
the existing values.
statuses
- Information about each resource's ID format.public DescribeAggregateIdFormatResult withStatuses(Collection<IdFormat> statuses)
Information about each resource's ID format.
statuses
- Information about each resource's ID format.public String toString()
toString
in class Object
Object.toString()
public DescribeAggregateIdFormatResult clone()