@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRequestedServiceQuotaChangeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRequestedServiceQuotaChangeResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRequestedServiceQuotaChangeResult |
clone() |
boolean |
equals(Object obj) |
RequestedServiceQuotaChange |
getRequestedQuota()
Returns the
RequestedServiceQuotaChange object for the specific increase request. |
int |
hashCode() |
void |
setRequestedQuota(RequestedServiceQuotaChange requestedQuota)
Returns the
RequestedServiceQuotaChange object for the specific increase request. |
String |
toString()
Returns a string representation of this object.
|
GetRequestedServiceQuotaChangeResult |
withRequestedQuota(RequestedServiceQuotaChange requestedQuota)
Returns the
RequestedServiceQuotaChange object for the specific increase request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetRequestedServiceQuotaChangeResult()
public void setRequestedQuota(RequestedServiceQuotaChange requestedQuota)
Returns the RequestedServiceQuotaChange object for the specific increase request.
requestedQuota - Returns the RequestedServiceQuotaChange object for the specific increase request.public RequestedServiceQuotaChange getRequestedQuota()
Returns the RequestedServiceQuotaChange object for the specific increase request.
RequestedServiceQuotaChange object for the specific increase request.public GetRequestedServiceQuotaChangeResult withRequestedQuota(RequestedServiceQuotaChange requestedQuota)
Returns the RequestedServiceQuotaChange object for the specific increase request.
requestedQuota - Returns the RequestedServiceQuotaChange object for the specific increase request.public String toString()
toString in class ObjectObject.toString()public GetRequestedServiceQuotaChangeResult clone()
Copyright © 2019. All rights reserved.