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