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