@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartPipeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StartPipeResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartPipeResult | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()
 The ARN of the pipe. | 
| Date | getCreationTime()
 The time the pipe was created. | 
| String | getCurrentState()
 The state the pipe is in. | 
| String | getDesiredState()
 The state the pipe should be in. | 
| Date | getLastModifiedTime()
 When the pipe was last updated, in ISO-8601 format
 (YYYY-MM-DDThh:mm:ss.sTZD). | 
| String | getName()
 The name of the pipe. | 
| int | hashCode() | 
| void | setArn(String arn)
 The ARN of the pipe. | 
| void | setCreationTime(Date creationTime)
 The time the pipe was created. | 
| void | setCurrentState(String currentState)
 The state the pipe is in. | 
| void | setDesiredState(String desiredState)
 The state the pipe should be in. | 
| void | setLastModifiedTime(Date lastModifiedTime)
 When the pipe was last updated, in ISO-8601 format
 (YYYY-MM-DDThh:mm:ss.sTZD). | 
| void | setName(String name)
 The name of the pipe. | 
| String | toString()Returns a string representation of this object. | 
| StartPipeResult | withArn(String arn)
 The ARN of the pipe. | 
| StartPipeResult | withCreationTime(Date creationTime)
 The time the pipe was created. | 
| StartPipeResult | withCurrentState(PipeState currentState)
 The state the pipe is in. | 
| StartPipeResult | withCurrentState(String currentState)
 The state the pipe is in. | 
| StartPipeResult | withDesiredState(RequestedPipeState desiredState)
 The state the pipe should be in. | 
| StartPipeResult | withDesiredState(String desiredState)
 The state the pipe should be in. | 
| StartPipeResult | withLastModifiedTime(Date lastModifiedTime)
 When the pipe was last updated, in ISO-8601 format
 (YYYY-MM-DDThh:mm:ss.sTZD). | 
| StartPipeResult | withName(String name)
 The name of the pipe. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The ARN of the pipe.
arn - The ARN of the pipe.public String getArn()
The ARN of the pipe.
public StartPipeResult withArn(String arn)
The ARN of the pipe.
arn - The ARN of the pipe.public void setName(String name)
The name of the pipe.
name - The name of the pipe.public String getName()
The name of the pipe.
public StartPipeResult withName(String name)
The name of the pipe.
name - The name of the pipe.public void setDesiredState(String desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeStatepublic String getDesiredState()
The state the pipe should be in.
RequestedPipeStatepublic StartPipeResult withDesiredState(String desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeStatepublic StartPipeResult withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeStatepublic void setCurrentState(String currentState)
The state the pipe is in.
currentState - The state the pipe is in.PipeStatepublic String getCurrentState()
The state the pipe is in.
PipeStatepublic StartPipeResult withCurrentState(String currentState)
The state the pipe is in.
currentState - The state the pipe is in.PipeStatepublic StartPipeResult withCurrentState(PipeState currentState)
The state the pipe is in.
currentState - The state the pipe is in.PipeStatepublic void setCreationTime(Date creationTime)
The time the pipe was created.
creationTime - The time the pipe was created.public Date getCreationTime()
The time the pipe was created.
public StartPipeResult withCreationTime(Date creationTime)
The time the pipe was created.
creationTime - The time the pipe was created.public void setLastModifiedTime(Date lastModifiedTime)
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
lastModifiedTime - When the pipe was last updated, in ISO-8601 format
        (YYYY-MM-DDThh:mm:ss.sTZD).public Date getLastModifiedTime()
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
public StartPipeResult withLastModifiedTime(Date lastModifiedTime)
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
lastModifiedTime - When the pipe was last updated, in ISO-8601 format
        (YYYY-MM-DDThh:mm:ss.sTZD).public String toString()
toString in class ObjectObject.toString()public StartPipeResult clone()