@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateInputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateInputRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateInputRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
InputDefinition |
getInputDefinition()
The definition of the input.
|
String |
getInputDescription()
A brief description of the input.
|
String |
getInputName()
The name of the input you want to update.
|
int |
hashCode() |
void |
setInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
void |
setInputDescription(String inputDescription)
A brief description of the input.
|
void |
setInputName(String inputName)
The name of the input you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateInputRequest |
withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
UpdateInputRequest |
withInputDescription(String inputDescription)
A brief description of the input.
|
UpdateInputRequest |
withInputName(String inputName)
The name of the input you want 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 setInputName(String inputName)
The name of the input you want to update.
inputName
- The name of the input you want to update.public String getInputName()
The name of the input you want to update.
public UpdateInputRequest withInputName(String inputName)
The name of the input you want to update.
inputName
- The name of the input you want to update.public void setInputDescription(String inputDescription)
A brief description of the input.
inputDescription
- A brief description of the input.public String getInputDescription()
A brief description of the input.
public UpdateInputRequest withInputDescription(String inputDescription)
A brief description of the input.
inputDescription
- A brief description of the input.public void setInputDefinition(InputDefinition inputDefinition)
The definition of the input.
inputDefinition
- The definition of the input.public InputDefinition getInputDefinition()
The definition of the input.
public UpdateInputRequest withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
inputDefinition
- The definition of the input.public String toString()
toString
in class Object
Object.toString()
public UpdateInputRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()