@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStorageProfileForQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetStorageProfileForQueueRequest() |
Modifier and Type | Method and Description |
---|---|
GetStorageProfileForQueueRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID for the queue in storage profile.
|
String |
getQueueId()
The queue ID the queue in the storage profile.
|
String |
getStorageProfileId()
The storage profile ID for the storage profile in the queue.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID for the queue in storage profile.
|
void |
setQueueId(String queueId)
The queue ID the queue in the storage profile.
|
void |
setStorageProfileId(String storageProfileId)
The storage profile ID for the storage profile in the queue.
|
String |
toString()
Returns a string representation of this object.
|
GetStorageProfileForQueueRequest |
withFarmId(String farmId)
The farm ID for the queue in storage profile.
|
GetStorageProfileForQueueRequest |
withQueueId(String queueId)
The queue ID the queue in the storage profile.
|
GetStorageProfileForQueueRequest |
withStorageProfileId(String storageProfileId)
The storage profile ID for the storage profile in the queue.
|
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 setFarmId(String farmId)
The farm ID for the queue in storage profile.
farmId
- The farm ID for the queue in storage profile.public String getFarmId()
The farm ID for the queue in storage profile.
public GetStorageProfileForQueueRequest withFarmId(String farmId)
The farm ID for the queue in storage profile.
farmId
- The farm ID for the queue in storage profile.public void setQueueId(String queueId)
The queue ID the queue in the storage profile.
queueId
- The queue ID the queue in the storage profile.public String getQueueId()
The queue ID the queue in the storage profile.
public GetStorageProfileForQueueRequest withQueueId(String queueId)
The queue ID the queue in the storage profile.
queueId
- The queue ID the queue in the storage profile.public void setStorageProfileId(String storageProfileId)
The storage profile ID for the storage profile in the queue.
storageProfileId
- The storage profile ID for the storage profile in the queue.public String getStorageProfileId()
The storage profile ID for the storage profile in the queue.
public GetStorageProfileForQueueRequest withStorageProfileId(String storageProfileId)
The storage profile ID for the storage profile in the queue.
storageProfileId
- The storage profile ID for the storage profile in the queue.public String toString()
toString
in class Object
Object.toString()
public GetStorageProfileForQueueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()