@Generated(value="software.amazon.awssdk:codegen") public final class SetSmbGuestPasswordRequest extends StorageGatewayRequest implements ToCopyableBuilder<SetSmbGuestPasswordRequest.Builder,SetSmbGuestPasswordRequest>
SetSMBGuestPasswordInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetSmbGuestPasswordRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetSmbGuestPasswordRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
gatewayARN()
The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
password()
The password that you want to set for your SMB Server.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetSmbGuestPasswordRequest.Builder> |
serializableBuilderClass() |
SetSmbGuestPasswordRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.
public String password()
The password that you want to set for your SMB Server.
public SetSmbGuestPasswordRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetSmbGuestPasswordRequest.Builder,SetSmbGuestPasswordRequest>toBuilder in class StorageGatewayRequestpublic static SetSmbGuestPasswordRequest.Builder builder()
public static Class<? extends SetSmbGuestPasswordRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.