Class RenewOfferingRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.devicefarm.model.RenewOfferingRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
public class RenewOfferingRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
A request representing an offering renewal.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe ID of a request to renew an offering.The quantity requested in an offering renewal.inthashCode()voidsetOfferingId(String offeringId) The ID of a request to renew an offering.voidsetQuantity(Integer quantity) The quantity requested in an offering renewal.toString()Returns a string representation of this object; useful for testing and debugging.withOfferingId(String offeringId) The ID of a request to renew an offering.withQuantity(Integer quantity) The quantity requested in an offering renewal.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
RenewOfferingRequest
public RenewOfferingRequest()
-
-
Method Details
-
setOfferingId
The ID of a request to renew an offering.
- Parameters:
offeringId- The ID of a request to renew an offering.
-
getOfferingId
The ID of a request to renew an offering.
- Returns:
- The ID of a request to renew an offering.
-
withOfferingId
The ID of a request to renew an offering.
- Parameters:
offeringId- The ID of a request to renew an offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setQuantity
The quantity requested in an offering renewal.
- Parameters:
quantity- The quantity requested in an offering renewal.
-
getQuantity
The quantity requested in an offering renewal.
- Returns:
- The quantity requested in an offering renewal.
-
withQuantity
The quantity requested in an offering renewal.
- Parameters:
quantity- The quantity requested in an offering renewal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-