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 com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The ID of a request to renew an offering.The quantity requested in an offering renewal.int
hashCode()
void
setOfferingId
(String offeringId) The ID of a request to renew an offering.void
setQuantity
(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 com.amazonaws.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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-