@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKxConnectionStringResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetKxConnectionStringResult() |
| Modifier and Type | Method and Description |
|---|---|
GetKxConnectionStringResult |
clone() |
boolean |
equals(Object obj) |
String |
getSignedConnectionString()
The signed connection string that you can use to connect to clusters.
|
int |
hashCode() |
void |
setSignedConnectionString(String signedConnectionString)
The signed connection string that you can use to connect to clusters.
|
String |
toString()
Returns a string representation of this object.
|
GetKxConnectionStringResult |
withSignedConnectionString(String signedConnectionString)
The signed connection string that you can use to connect to clusters.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSignedConnectionString(String signedConnectionString)
The signed connection string that you can use to connect to clusters.
signedConnectionString - The signed connection string that you can use to connect to clusters.public String getSignedConnectionString()
The signed connection string that you can use to connect to clusters.
public GetKxConnectionStringResult withSignedConnectionString(String signedConnectionString)
The signed connection string that you can use to connect to clusters.
signedConnectionString - The signed connection string that you can use to connect to clusters.public String toString()
toString in class ObjectObject.toString()public GetKxConnectionStringResult clone()