@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceQuotaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetServiceQuotaResult() |
Modifier and Type | Method and Description |
---|---|
GetServiceQuotaResult |
clone() |
boolean |
equals(Object obj) |
ServiceQuota |
getQuota()
Returns the ServiceQuota object which contains all values for a quota.
|
int |
hashCode() |
void |
setQuota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceQuotaResult |
withQuota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQuota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
quota
- Returns the ServiceQuota object which contains all values for a quota.public ServiceQuota getQuota()
Returns the ServiceQuota object which contains all values for a quota.
public GetServiceQuotaResult withQuota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
quota
- Returns the ServiceQuota object which contains all values for a quota.public String toString()
toString
in class Object
Object.toString()
public GetServiceQuotaResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.