@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateConnectionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionArn()
The ARN of the connection that was updated.
|
String |
getConnectionState()
The state of the connection that was updated.
|
Date |
getCreationTime()
A time stamp for the time that the connection was created.
|
Date |
getLastAuthorizedTime()
A time stamp for the time that the connection was last authorized.
|
Date |
getLastModifiedTime()
A time stamp for the time that the connection was last modified.
|
int |
hashCode() |
void |
setConnectionArn(String connectionArn)
The ARN of the connection that was updated.
|
void |
setConnectionState(String connectionState)
The state of the connection that was updated.
|
void |
setCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
|
void |
setLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last modified.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectionResult |
withConnectionArn(String connectionArn)
The ARN of the connection that was updated.
|
UpdateConnectionResult |
withConnectionState(ConnectionState connectionState)
The state of the connection that was updated.
|
UpdateConnectionResult |
withConnectionState(String connectionState)
The state of the connection that was updated.
|
UpdateConnectionResult |
withCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
|
UpdateConnectionResult |
withLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
UpdateConnectionResult |
withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnectionArn(String connectionArn)
The ARN of the connection that was updated.
connectionArn
- The ARN of the connection that was updated.public String getConnectionArn()
The ARN of the connection that was updated.
public UpdateConnectionResult withConnectionArn(String connectionArn)
The ARN of the connection that was updated.
connectionArn
- The ARN of the connection that was updated.public void setConnectionState(String connectionState)
The state of the connection that was updated.
connectionState
- The state of the connection that was updated.ConnectionState
public String getConnectionState()
The state of the connection that was updated.
ConnectionState
public UpdateConnectionResult withConnectionState(String connectionState)
The state of the connection that was updated.
connectionState
- The state of the connection that was updated.ConnectionState
public UpdateConnectionResult withConnectionState(ConnectionState connectionState)
The state of the connection that was updated.
connectionState
- The state of the connection that was updated.ConnectionState
public void setCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
creationTime
- A time stamp for the time that the connection was created.public Date getCreationTime()
A time stamp for the time that the connection was created.
public UpdateConnectionResult withCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
creationTime
- A time stamp for the time that the connection was created.public void setLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last modified.
lastModifiedTime
- A time stamp for the time that the connection was last modified.public Date getLastModifiedTime()
A time stamp for the time that the connection was last modified.
public UpdateConnectionResult withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last modified.
lastModifiedTime
- A time stamp for the time that the connection was last modified.public void setLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
lastAuthorizedTime
- A time stamp for the time that the connection was last authorized.public Date getLastAuthorizedTime()
A time stamp for the time that the connection was last authorized.
public UpdateConnectionResult withLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
lastAuthorizedTime
- A time stamp for the time that the connection was last authorized.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectionResult clone()