@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JoinDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
JoinDomainInput
NOOP
Constructor and Description |
---|
JoinDomainRequest() |
Modifier and Type | Method and Description |
---|---|
JoinDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain that you want the gateway to join.
|
String |
getGatewayARN()
The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.
|
String |
getPassword()
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
|
String |
getUserName()
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain that you want the gateway to join.
|
void |
setGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.
|
void |
setPassword(String password)
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
|
void |
setUserName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
|
String |
toString()
Returns a string representation of this object.
|
JoinDomainRequest |
withDomainName(String domainName)
The name of the domain that you want the gateway to join.
|
JoinDomainRequest |
withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.
|
JoinDomainRequest |
withPassword(String password)
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
|
JoinDomainRequest |
withUserName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.
gatewayARN
- The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.public String getGatewayARN()
The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.
public JoinDomainRequest withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.
gatewayARN
- The unique Amazon Resource Name (ARN) of the file gateway you want to add to the Active Directory domain.public void setDomainName(String domainName)
The name of the domain that you want the gateway to join.
domainName
- The name of the domain that you want the gateway to join.public String getDomainName()
The name of the domain that you want the gateway to join.
public JoinDomainRequest withDomainName(String domainName)
The name of the domain that you want the gateway to join.
domainName
- The name of the domain that you want the gateway to join.public void setUserName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
userName
- Sets the user name of user who has permission to add the gateway to the Active Directory domain.public String getUserName()
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
public JoinDomainRequest withUserName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
userName
- Sets the user name of user who has permission to add the gateway to the Active Directory domain.public void setPassword(String password)
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
password
- Sets the password of the user who has permission to add the gateway to the Active Directory domain.public String getPassword()
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
public JoinDomainRequest withPassword(String password)
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
password
- Sets the password of the user who has permission to add the gateway to the Active Directory domain.public String toString()
toString
in class Object
Object.toString()
public JoinDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.