@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRequestedServiceQuotaChangeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRequestedServiceQuotaChangeRequest() |
Modifier and Type | Method and Description |
---|---|
GetRequestedServiceQuotaChangeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRequestId()
Specifies the ID of the quota increase request.
|
int |
hashCode() |
void |
setRequestId(String requestId)
Specifies the ID of the quota increase request.
|
String |
toString()
Returns a string representation of this object.
|
GetRequestedServiceQuotaChangeRequest |
withRequestId(String requestId)
Specifies the ID of the quota increase request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetRequestedServiceQuotaChangeRequest()
public void setRequestId(String requestId)
Specifies the ID of the quota increase request.
requestId
- Specifies the ID of the quota increase request.public String getRequestId()
Specifies the ID of the quota increase request.
public GetRequestedServiceQuotaChangeRequest withRequestId(String requestId)
Specifies the ID of the quota increase request.
requestId
- Specifies the ID of the quota increase request.public String toString()
toString
in class Object
Object.toString()
public GetRequestedServiceQuotaChangeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()