@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) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
The Amazon Resource Name (ARN) of the S3 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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayARN()
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.