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