@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, setSdkResponseMetadata
public 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.ServiceQuotaTemplateAssociationStatus
public 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.ServiceQuotaTemplateAssociationStatus
public 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.ServiceQuotaTemplateAssociationStatus
public 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.ServiceQuotaTemplateAssociationStatus
public String toString()
toString
in class Object
Object.toString()
public GetAssociationForServiceQuotaTemplateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.