@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableSharingWithAwsOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
EnableSharingWithAwsOrganizationResult() |
Modifier and Type | Method and Description |
---|---|
EnableSharingWithAwsOrganizationResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getReturnValue()
Indicates whether the request succeeded.
|
int |
hashCode() |
Boolean |
isReturnValue()
Indicates whether the request succeeded.
|
void |
setReturnValue(Boolean returnValue)
Indicates whether the request succeeded.
|
String |
toString()
Returns a string representation of this object.
|
EnableSharingWithAwsOrganizationResult |
withReturnValue(Boolean returnValue)
Indicates whether the request succeeded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public EnableSharingWithAwsOrganizationResult()
public void setReturnValue(Boolean returnValue)
Indicates whether the request succeeded.
returnValue
- Indicates whether the request succeeded.public Boolean getReturnValue()
Indicates whether the request succeeded.
public EnableSharingWithAwsOrganizationResult withReturnValue(Boolean returnValue)
Indicates whether the request succeeded.
returnValue
- Indicates whether the request succeeded.public Boolean isReturnValue()
Indicates whether the request succeeded.
public String toString()
toString
in class Object
Object.toString()
public EnableSharingWithAwsOrganizationResult clone()