@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, setSdkResponseMetadata
public 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 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 accounts in your organization.ServiceQuotaTemplateAssociationStatus
public String getServiceQuotaTemplateAssociationStatus()
The association status. If the status is ASSOCIATED
, the quota increase requests in the template are
automatically applied to new accounts in your organization.
ASSOCIATED
, the quota increase requests in the
template are automatically applied to new accounts in your organization.ServiceQuotaTemplateAssociationStatus
public GetAssociationForServiceQuotaTemplateResult withServiceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
The association status. If the status is ASSOCIATED
, the quota increase requests in the template are
automatically applied to new 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 accounts in your organization.ServiceQuotaTemplateAssociationStatus
public GetAssociationForServiceQuotaTemplateResult withServiceQuotaTemplateAssociationStatus(ServiceQuotaTemplateAssociationStatus serviceQuotaTemplateAssociationStatus)
The association status. If the status is ASSOCIATED
, the quota increase requests in the template are
automatically applied to new 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 accounts in your organization.ServiceQuotaTemplateAssociationStatus
public String toString()
toString
in class Object
Object.toString()
public GetAssociationForServiceQuotaTemplateResult clone()