@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 |
getConnectionArn()
The Amazon Resource Name (ARN) of the connection to be created.
|
int |
hashCode() |
void |
setConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection to be created.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectionResult |
withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection to be created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.
The ARN is never reused if the connection is deleted.
connectionArn
- The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection
reference when the connection is shared between AWS services. The ARN is never reused if the connection is deleted.
public String getConnectionArn()
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.
The ARN is never reused if the connection is deleted.
The ARN is never reused if the connection is deleted.
public CreateConnectionResult withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.
The ARN is never reused if the connection is deleted.
connectionArn
- The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection
reference when the connection is shared between AWS services. The ARN is never reused if the connection is deleted.
public String toString()
toString
in class Object
Object.toString()
public CreateConnectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.