@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAcceleratorOfferingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAcceleratorOfferingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAcceleratorOfferingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAcceleratorTypes()
The list of accelerator types to describe.
|
String |
getLocationType()
The location type that you want to describe accelerator type offerings for.
|
int |
hashCode() |
void |
setAcceleratorTypes(Collection<String> acceleratorTypes)
The list of accelerator types to describe.
|
void |
setLocationType(String locationType)
The location type that you want to describe accelerator type offerings for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAcceleratorOfferingsRequest |
withAcceleratorTypes(Collection<String> acceleratorTypes)
The list of accelerator types to describe.
|
DescribeAcceleratorOfferingsRequest |
withAcceleratorTypes(String... acceleratorTypes)
The list of accelerator types to describe.
|
DescribeAcceleratorOfferingsRequest |
withLocationType(LocationType locationType)
The location type that you want to describe accelerator type offerings for.
|
DescribeAcceleratorOfferingsRequest |
withLocationType(String locationType)
The location type that you want to describe accelerator type offerings for.
|
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 void setLocationType(String locationType)
The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
locationType
- The location type that you want to describe accelerator type offerings for. It can assume the following
values: region: will return the accelerator type offering at the regional level. availability-zone: will
return the accelerator type offering at the availability zone level. availability-zone-id: will return the
accelerator type offering at the availability zone level returning the availability zone id.LocationType
public String getLocationType()
The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
LocationType
public DescribeAcceleratorOfferingsRequest withLocationType(String locationType)
The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
locationType
- The location type that you want to describe accelerator type offerings for. It can assume the following
values: region: will return the accelerator type offering at the regional level. availability-zone: will
return the accelerator type offering at the availability zone level. availability-zone-id: will return the
accelerator type offering at the availability zone level returning the availability zone id.LocationType
public DescribeAcceleratorOfferingsRequest withLocationType(LocationType locationType)
The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
locationType
- The location type that you want to describe accelerator type offerings for. It can assume the following
values: region: will return the accelerator type offering at the regional level. availability-zone: will
return the accelerator type offering at the availability zone level. availability-zone-id: will return the
accelerator type offering at the availability zone level returning the availability zone id.LocationType
public List<String> getAcceleratorTypes()
The list of accelerator types to describe.
public void setAcceleratorTypes(Collection<String> acceleratorTypes)
The list of accelerator types to describe.
acceleratorTypes
- The list of accelerator types to describe.public DescribeAcceleratorOfferingsRequest withAcceleratorTypes(String... acceleratorTypes)
The list of accelerator types to describe.
NOTE: This method appends the values to the existing list (if any). Use
setAcceleratorTypes(java.util.Collection)
or withAcceleratorTypes(java.util.Collection)
if you
want to override the existing values.
acceleratorTypes
- The list of accelerator types to describe.public DescribeAcceleratorOfferingsRequest withAcceleratorTypes(Collection<String> acceleratorTypes)
The list of accelerator types to describe.
acceleratorTypes
- The list of accelerator types to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeAcceleratorOfferingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()