@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePipeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeletePipeResult() |
Modifier and Type | Method and Description |
---|---|
DeletePipeResult |
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.
|
DeletePipeResult |
withArn(String arn)
The ARN of the pipe.
|
DeletePipeResult |
withCreationTime(Date creationTime)
The time the pipe was created.
|
DeletePipeResult |
withCurrentState(PipeState currentState)
The state the pipe is in.
|
DeletePipeResult |
withCurrentState(String currentState)
The state the pipe is in.
|
DeletePipeResult |
withDesiredState(RequestedPipeStateDescribeResponse desiredState)
The state the pipe should be in.
|
DeletePipeResult |
withDesiredState(String desiredState)
The state the pipe should be in.
|
DeletePipeResult |
withLastModifiedTime(Date lastModifiedTime)
When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).
|
DeletePipeResult |
withName(String name)
The name of the pipe.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the pipe.
arn
- The ARN of the pipe.public String getArn()
The ARN of the pipe.
public DeletePipeResult 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 DeletePipeResult 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.RequestedPipeStateDescribeResponse
public String getDesiredState()
The state the pipe should be in.
RequestedPipeStateDescribeResponse
public DeletePipeResult withDesiredState(String desiredState)
The state the pipe should be in.
desiredState
- The state the pipe should be in.RequestedPipeStateDescribeResponse
public DeletePipeResult withDesiredState(RequestedPipeStateDescribeResponse desiredState)
The state the pipe should be in.
desiredState
- The state the pipe should be in.RequestedPipeStateDescribeResponse
public void setCurrentState(String currentState)
The state the pipe is in.
currentState
- The state the pipe is in.PipeState
public String getCurrentState()
The state the pipe is in.
PipeState
public DeletePipeResult withCurrentState(String currentState)
The state the pipe is in.
currentState
- The state the pipe is in.PipeState
public DeletePipeResult withCurrentState(PipeState currentState)
The state the pipe is in.
currentState
- The state the pipe is in.PipeState
public 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 DeletePipeResult 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 DeletePipeResult 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 Object
Object.toString()
public DeletePipeResult clone()