@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateOrganizationResult() |
Modifier and Type | Method and Description |
---|---|
CreateOrganizationResult |
clone() |
boolean |
equals(Object obj) |
Organization |
getOrganization()
A structure that contains details about the newly created organization.
|
int |
hashCode() |
void |
setOrganization(Organization organization)
A structure that contains details about the newly created organization.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateOrganizationResult |
withOrganization(Organization organization)
A structure that contains details about the newly created organization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOrganization(Organization organization)
A structure that contains details about the newly created organization.
organization
- A structure that contains details about the newly created organization.public Organization getOrganization()
A structure that contains details about the newly created organization.
public CreateOrganizationResult withOrganization(Organization organization)
A structure that contains details about the newly created organization.
organization
- A structure that contains details about the newly created organization.public String toString()
toString
in class Object
Object.toString()
public CreateOrganizationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.