@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JoinDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
JoinDomainOutput
| Constructor and Description |
|---|
JoinDomainResult() |
| Modifier and Type | Method and Description |
|---|---|
JoinDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
|
String |
toString()
Returns a string representation of this object.
|
JoinDomainResult |
withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
gatewayARN - The unique Amazon Resource Name (ARN) of the gateway that joined the domain.public String getGatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
public JoinDomainResult withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
gatewayARN - The unique Amazon Resource Name (ARN) of the gateway that joined the domain.public String toString()
toString in class ObjectObject.toString()public JoinDomainResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.