@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetSMBGuestPasswordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
SetSMBGuestPasswordInput
NOOP
Constructor and Description |
---|
SetSMBGuestPasswordRequest() |
Modifier and Type | Method and Description |
---|---|
SetSMBGuestPasswordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
|
String |
getPassword()
The password that you want to set for your SMB server.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
|
void |
setPassword(String password)
The password that you want to set for your SMB server.
|
String |
toString()
Returns a string representation of this object.
|
SetSMBGuestPasswordRequest |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
|
SetSMBGuestPasswordRequest |
withPassword(String password)
The password that you want to set for your SMB server.
|
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 Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
gatewayARN
- The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.public String getGatewayARN()
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
public SetSMBGuestPasswordRequest withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
gatewayARN
- The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.public void setPassword(String password)
The password that you want to set for your SMB server.
password
- The password that you want to set for your SMB server.public String getPassword()
The password that you want to set for your SMB server.
public SetSMBGuestPasswordRequest withPassword(String password)
The password that you want to set for your SMB server.
password
- The password that you want to set for your SMB server.public String toString()
toString
in class Object
Object.toString()
public SetSMBGuestPasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()