@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFarmRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFarmRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFarmRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the farm to update.
|
String |
getDisplayName()
The display name of the farm to update.
|
String |
getFarmId()
The farm ID to update.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the farm to update.
|
void |
setDisplayName(String displayName)
The display name of the farm to update.
|
void |
setFarmId(String farmId)
The farm ID to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFarmRequest |
withDescription(String description)
The description of the farm to update.
|
UpdateFarmRequest |
withDisplayName(String displayName)
The display name of the farm to update.
|
UpdateFarmRequest |
withFarmId(String farmId)
The farm ID to update.
|
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 setDescription(String description)
The description of the farm to update.
description
- The description of the farm to update.public String getDescription()
The description of the farm to update.
public UpdateFarmRequest withDescription(String description)
The description of the farm to update.
description
- The description of the farm to update.public void setDisplayName(String displayName)
The display name of the farm to update.
displayName
- The display name of the farm to update.public String getDisplayName()
The display name of the farm to update.
public UpdateFarmRequest withDisplayName(String displayName)
The display name of the farm to update.
displayName
- The display name of the farm to update.public void setFarmId(String farmId)
The farm ID to update.
farmId
- The farm ID to update.public String getFarmId()
The farm ID to update.
public UpdateFarmRequest withFarmId(String farmId)
The farm ID to update.
farmId
- The farm ID to update.public String toString()
toString
in class Object
Object.toString()
public UpdateFarmRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()