@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateConnectionResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCreateConnectionStatus()
The status of the connection creation request.
|
int |
hashCode() |
void |
setCreateConnectionStatus(String createConnectionStatus)
The status of the connection creation request.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectionResult |
withCreateConnectionStatus(ConnectionStatus createConnectionStatus)
The status of the connection creation request.
|
CreateConnectionResult |
withCreateConnectionStatus(String createConnectionStatus)
The status of the connection creation request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCreateConnectionStatus(String createConnectionStatus)
The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
createConnectionStatus - The status of the connection creation request. The request can take some time for certain authentication
types, for example when creating an OAuth connection with token exchange over VPC.ConnectionStatuspublic String getCreateConnectionStatus()
The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
ConnectionStatuspublic CreateConnectionResult withCreateConnectionStatus(String createConnectionStatus)
The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
createConnectionStatus - The status of the connection creation request. The request can take some time for certain authentication
types, for example when creating an OAuth connection with token exchange over VPC.ConnectionStatuspublic CreateConnectionResult withCreateConnectionStatus(ConnectionStatus createConnectionStatus)
The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
createConnectionStatus - The status of the connection creation request. The request can take some time for certain authentication
types, for example when creating an OAuth connection with token exchange over VPC.ConnectionStatuspublic String toString()
toString in class ObjectObject.toString()public CreateConnectionResult clone()