@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationSummary extends Object implements Serializable, Cloneable, StructuredPojo
The representation of an organization.
Constructor and Description |
---|
OrganizationSummary() |
Modifier and Type | Method and Description |
---|---|
OrganizationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAlias()
The alias associated with the organization.
|
String |
getErrorMessage()
The error message associated with the organization.
|
String |
getOrganizationId()
The identifier associated with the organization.
|
String |
getState()
The state associated with the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlias(String alias)
The alias associated with the organization.
|
void |
setErrorMessage(String errorMessage)
The error message associated with the organization.
|
void |
setOrganizationId(String organizationId)
The identifier associated with the organization.
|
void |
setState(String state)
The state associated with the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationSummary |
withAlias(String alias)
The alias associated with the organization.
|
OrganizationSummary |
withErrorMessage(String errorMessage)
The error message associated with the organization.
|
OrganizationSummary |
withOrganizationId(String organizationId)
The identifier associated with the organization.
|
OrganizationSummary |
withState(String state)
The state associated with the organization.
|
public void setOrganizationId(String organizationId)
The identifier associated with the organization.
organizationId
- The identifier associated with the organization.public String getOrganizationId()
The identifier associated with the organization.
public OrganizationSummary withOrganizationId(String organizationId)
The identifier associated with the organization.
organizationId
- The identifier associated with the organization.public void setAlias(String alias)
The alias associated with the organization.
alias
- The alias associated with the organization.public String getAlias()
The alias associated with the organization.
public OrganizationSummary withAlias(String alias)
The alias associated with the organization.
alias
- The alias associated with the organization.public void setErrorMessage(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.
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 getErrorMessage()
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 OrganizationSummary withErrorMessage(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.
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 void setState(String state)
The state associated with the organization.
state
- The state associated with the organization.public String getState()
The state associated with the organization.
public OrganizationSummary withState(String state)
The state associated with the organization.
state
- The state associated with the organization.public String toString()
toString
in class Object
Object.toString()
public OrganizationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.