@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Information about the configuration of an input.
| Constructor and Description |
|---|
InputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
InputConfiguration |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the input was created.
|
String |
getInputArn()
The ARN of the input.
|
String |
getInputDescription()
A brief description of the input.
|
String |
getInputName()
The name of the input.
|
Date |
getLastUpdateTime()
The last time the input was updated.
|
String |
getStatus()
The status of the input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationTime(Date creationTime)
The time the input was created.
|
void |
setInputArn(String inputArn)
The ARN of the input.
|
void |
setInputDescription(String inputDescription)
A brief description of the input.
|
void |
setInputName(String inputName)
The name of the input.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the input was updated.
|
void |
setStatus(String status)
The status of the input.
|
String |
toString()
Returns a string representation of this object.
|
InputConfiguration |
withCreationTime(Date creationTime)
The time the input was created.
|
InputConfiguration |
withInputArn(String inputArn)
The ARN of the input.
|
InputConfiguration |
withInputDescription(String inputDescription)
A brief description of the input.
|
InputConfiguration |
withInputName(String inputName)
The name of the input.
|
InputConfiguration |
withLastUpdateTime(Date lastUpdateTime)
The last time the input was updated.
|
InputConfiguration |
withStatus(InputStatus status)
The status of the input.
|
InputConfiguration |
withStatus(String status)
The status of the input.
|
public void setInputName(String inputName)
The name of the input.
inputName - The name of the input.public String getInputName()
The name of the input.
public InputConfiguration withInputName(String inputName)
The name of the input.
inputName - The name of 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 InputConfiguration withInputDescription(String inputDescription)
A brief description of the input.
inputDescription - A brief description of the input.public void setInputArn(String inputArn)
The ARN of the input.
inputArn - The ARN of the input.public String getInputArn()
The ARN of the input.
public InputConfiguration withInputArn(String inputArn)
The ARN of the input.
inputArn - The ARN of the input.public void setCreationTime(Date creationTime)
The time the input was created.
creationTime - The time the input was created.public Date getCreationTime()
The time the input was created.
public InputConfiguration withCreationTime(Date creationTime)
The time the input was created.
creationTime - The time the input was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the input was updated.
lastUpdateTime - The last time the input was updated.public Date getLastUpdateTime()
The last time the input was updated.
public InputConfiguration withLastUpdateTime(Date lastUpdateTime)
The last time the input was updated.
lastUpdateTime - The last time the input was updated.public void setStatus(String status)
The status of the input.
status - The status of the input.InputStatuspublic String getStatus()
The status of the input.
InputStatuspublic InputConfiguration withStatus(String status)
The status of the input.
status - The status of the input.InputStatuspublic InputConfiguration withStatus(InputStatus status)
The status of the input.
status - The status of the input.InputStatuspublic String toString()
toString in class ObjectObject.toString()public InputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.