@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; useful for testing and debugging.
|
JoinDomainResult |
withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public JoinDomainResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.