@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, setSdkResponseMetadata
public 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.ConnectionState
public String getConnectionState()
The state of the connection.
ConnectionState
public DeauthorizeConnectionResult withConnectionState(String connectionState)
The state of the connection.
connectionState
- The state of the connection.ConnectionState
public DeauthorizeConnectionResult withConnectionState(ConnectionState connectionState)
The state of the connection.
connectionState
- The state of the connection.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 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 Object
Object.toString()
public DeauthorizeConnectionResult clone()