@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStorageProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteStorageProfileRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteStorageProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID of the farm from which to remove the storage profile.
|
String |
getStorageProfileId()
The storage profile ID of the storage profile to delete.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the farm from which to remove the storage profile.
|
void |
setStorageProfileId(String storageProfileId)
The storage profile ID of the storage profile to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteStorageProfileRequest |
withFarmId(String farmId)
The farm ID of the farm from which to remove the storage profile.
|
DeleteStorageProfileRequest |
withStorageProfileId(String storageProfileId)
The storage profile ID of the storage profile to delete.
|
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 of the farm from which to remove the storage profile.
farmId
- The farm ID of the farm from which to remove the storage profile.public String getFarmId()
The farm ID of the farm from which to remove the storage profile.
public DeleteStorageProfileRequest withFarmId(String farmId)
The farm ID of the farm from which to remove the storage profile.
farmId
- The farm ID of the farm from which to remove the storage profile.public void setStorageProfileId(String storageProfileId)
The storage profile ID of the storage profile to delete.
storageProfileId
- The storage profile ID of the storage profile to delete.public String getStorageProfileId()
The storage profile ID of the storage profile to delete.
public DeleteStorageProfileRequest withStorageProfileId(String storageProfileId)
The storage profile ID of the storage profile to delete.
storageProfileId
- The storage profile ID of the storage profile to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteStorageProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.