@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssociationForServiceQuotaTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAssociationForServiceQuotaTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAssociationForServiceQuotaTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getServiceQuotaTemplateAssociationStatus()
The association status.
|
int |
hashCode() |
void |
setServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
The association status.
|
String |
toString()
Returns a string representation of this object.
|
GetAssociationForServiceQuotaTemplateResult |
withServiceQuotaTemplateAssociationStatus(ServiceQuotaTemplateAssociationStatus serviceQuotaTemplateAssociationStatus)
The association status.
|
GetAssociationForServiceQuotaTemplateResult |
withServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
The association status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetAssociationForServiceQuotaTemplateResult()
public void setServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
The association status. If the status is ASSOCIATED, the quota increase requests in the template are
automatically applied to new Amazon Web Services accounts in your organization.
serviceQuotaTemplateAssociationStatus - The association status. If the status is ASSOCIATED, the quota increase requests in the
template are automatically applied to new Amazon Web Services accounts in your organization.ServiceQuotaTemplateAssociationStatuspublic String getServiceQuotaTemplateAssociationStatus()
The association status. If the status is ASSOCIATED, the quota increase requests in the template are
automatically applied to new Amazon Web Services accounts in your organization.
ASSOCIATED, the quota increase requests in the
template are automatically applied to new Amazon Web Services accounts in your organization.ServiceQuotaTemplateAssociationStatuspublic GetAssociationForServiceQuotaTemplateResult withServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
The association status. If the status is ASSOCIATED, the quota increase requests in the template are
automatically applied to new Amazon Web Services accounts in your organization.
serviceQuotaTemplateAssociationStatus - The association status. If the status is ASSOCIATED, the quota increase requests in the
template are automatically applied to new Amazon Web Services accounts in your organization.ServiceQuotaTemplateAssociationStatuspublic GetAssociationForServiceQuotaTemplateResult withServiceQuotaTemplateAssociationStatus(ServiceQuotaTemplateAssociationStatus serviceQuotaTemplateAssociationStatus)
The association status. If the status is ASSOCIATED, the quota increase requests in the template are
automatically applied to new Amazon Web Services accounts in your organization.
serviceQuotaTemplateAssociationStatus - The association status. If the status is ASSOCIATED, the quota increase requests in the
template are automatically applied to new Amazon Web Services accounts in your organization.ServiceQuotaTemplateAssociationStatuspublic String toString()
toString in class ObjectObject.toString()public GetAssociationForServiceQuotaTemplateResult clone()