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