@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateInputRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInputRequest |
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 you want to give to the input.
|
List<Tag> |
getTags()
Metadata that can be used to manage the input.
|
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 you want to give to the input.
|
void |
setTags(Collection<Tag> tags)
Metadata that can be used to manage the input.
|
String |
toString()
Returns a string representation of this object.
|
CreateInputRequest |
withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
CreateInputRequest |
withInputDescription(String inputDescription)
A brief description of the input.
|
CreateInputRequest |
withInputName(String inputName)
The name you want to give to the input.
|
CreateInputRequest |
withTags(Collection<Tag> tags)
Metadata that can be used to manage the input.
|
CreateInputRequest |
withTags(Tag... tags)
Metadata that can be used to manage the input.
|
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 you want to give to the input.
inputName
- The name you want to give to the input.public String getInputName()
The name you want to give to the input.
public CreateInputRequest withInputName(String inputName)
The name you want to give to the input.
inputName
- The name you want to give to the input.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 CreateInputRequest 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 CreateInputRequest withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
inputDefinition
- The definition of the input.public List<Tag> getTags()
Metadata that can be used to manage the input.
public void setTags(Collection<Tag> tags)
Metadata that can be used to manage the input.
tags
- Metadata that can be used to manage the input.public CreateInputRequest withTags(Tag... tags)
Metadata that can be used to manage the input.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Metadata that can be used to manage the input.public CreateInputRequest withTags(Collection<Tag> tags)
Metadata that can be used to manage the input.
tags
- Metadata that can be used to manage the input.public String toString()
toString
in class Object
Object.toString()
public CreateInputRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()