@Generated(value="software.amazon.awssdk:codegen") public final class DirectoryServiceAuthentication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DirectoryServiceAuthentication.Builder,DirectoryServiceAuthentication>
Describes an Active Directory.
Modifier and Type | Class and Description |
---|---|
static interface |
DirectoryServiceAuthentication.Builder |
Modifier and Type | Method and Description |
---|---|
static DirectoryServiceAuthentication.Builder |
builder() |
String |
directoryId()
The ID of the Active Directory used for authentication.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DirectoryServiceAuthentication.Builder> |
serializableBuilderClass() |
DirectoryServiceAuthentication.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String directoryId()
The ID of the Active Directory used for authentication.
public DirectoryServiceAuthentication.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DirectoryServiceAuthentication.Builder,DirectoryServiceAuthentication>
public static DirectoryServiceAuthentication.Builder builder()
public static Class<? extends DirectoryServiceAuthentication.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.