@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()
Specifies whether the template is
ASSOCIATED or DISASSOCIATED. |
int |
hashCode() |
void |
setServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
Specifies whether the template is
ASSOCIATED or DISASSOCIATED. |
String |
toString()
Returns a string representation of this object.
|
GetAssociationForServiceQuotaTemplateResult |
withServiceQuotaTemplateAssociationStatus(ServiceQuotaTemplateAssociationStatus serviceQuotaTemplateAssociationStatus)
Specifies whether the template is
ASSOCIATED or DISASSOCIATED. |
GetAssociationForServiceQuotaTemplateResult |
withServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
Specifies whether the template is
ASSOCIATED or DISASSOCIATED. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetAssociationForServiceQuotaTemplateResult()
public void setServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
Specifies whether the template is ASSOCIATED or DISASSOCIATED. If the template is
ASSOCIATED, then it requests service quota increases for all new accounts created in your
organization.
serviceQuotaTemplateAssociationStatus - Specifies whether the template is ASSOCIATED or DISASSOCIATED. If the template
is ASSOCIATED, then it requests service quota increases for all new accounts created in your
organization.ServiceQuotaTemplateAssociationStatuspublic String getServiceQuotaTemplateAssociationStatus()
Specifies whether the template is ASSOCIATED or DISASSOCIATED. If the template is
ASSOCIATED, then it requests service quota increases for all new accounts created in your
organization.
ASSOCIATED or DISASSOCIATED. If the template
is ASSOCIATED, then it requests service quota increases for all new accounts created in your
organization.ServiceQuotaTemplateAssociationStatuspublic GetAssociationForServiceQuotaTemplateResult withServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
Specifies whether the template is ASSOCIATED or DISASSOCIATED. If the template is
ASSOCIATED, then it requests service quota increases for all new accounts created in your
organization.
serviceQuotaTemplateAssociationStatus - Specifies whether the template is ASSOCIATED or DISASSOCIATED. If the template
is ASSOCIATED, then it requests service quota increases for all new accounts created in your
organization.ServiceQuotaTemplateAssociationStatuspublic GetAssociationForServiceQuotaTemplateResult withServiceQuotaTemplateAssociationStatus(ServiceQuotaTemplateAssociationStatus serviceQuotaTemplateAssociationStatus)
Specifies whether the template is ASSOCIATED or DISASSOCIATED. If the template is
ASSOCIATED, then it requests service quota increases for all new accounts created in your
organization.
serviceQuotaTemplateAssociationStatus - Specifies whether the template is ASSOCIATED or DISASSOCIATED. If the template
is ASSOCIATED, then it requests service quota increases for all new accounts created in your
organization.ServiceQuotaTemplateAssociationStatuspublic String toString()
toString in class ObjectObject.toString()public GetAssociationForServiceQuotaTemplateResult clone()
Copyright © 2020. All rights reserved.