@Generated(value="software.amazon.awssdk:codegen") public final class Computer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Computer.Builder,Computer>
Contains information about a computer account in a directory.
Modifier and Type | Class and Description |
---|---|
static interface |
Computer.Builder |
Modifier and Type | Method and Description |
---|---|
static Computer.Builder |
builder() |
List<Attribute> |
computerAttributes()
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
|
String |
computerId()
The identifier of the computer.
|
String |
computerName()
The computer name.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Computer.Builder> |
serializableBuilderClass() |
Computer.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String computerId()
The identifier of the computer.
public String computerName()
The computer name.
public List<Attribute> computerAttributes()
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Computer.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Computer.Builder,Computer>
public static Computer.Builder builder()
public static Class<? extends Computer.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.