@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationSummary extends Object implements StructuredPojo, ToCopyableBuilder<OrganizationSummary.Builder,OrganizationSummary>
The brief overview associated with an organization.
Modifier and Type | Class and Description |
---|---|
static interface |
OrganizationSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
alias()
The alias associated with the organization.
|
static OrganizationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
String |
errorMessage()
The error message associated with the organization.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
organizationId()
The identifier associated with the organization.
|
static Class<? extends OrganizationSummary.Builder> |
serializableBuilderClass() |
String |
state()
The state associated with the organization.
|
OrganizationSummary.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 organizationId()
The identifier associated with the organization.
public String alias()
The alias associated with the organization.
public String errorMessage()
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
public String state()
The state associated with the organization.
public OrganizationSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OrganizationSummary.Builder,OrganizationSummary>
public static OrganizationSummary.Builder builder()
public static Class<? extends OrganizationSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.