@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()
A return value of
true indicates that the request succeeded. |
int |
hashCode() |
Boolean |
isReturnValue()
A return value of
true indicates that the request succeeded. |
void |
setReturnValue(Boolean returnValue)
A return value of
true indicates that the request succeeded. |
String |
toString()
Returns a string representation of this object.
|
EnableSharingWithAwsOrganizationResult |
withReturnValue(Boolean returnValue)
A return value of
true indicates that the request succeeded. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic EnableSharingWithAwsOrganizationResult()
public void setReturnValue(Boolean returnValue)
A return value of true indicates that the request succeeded. A value of false indicates
that the request failed.
returnValue - A return value of true indicates that the request succeeded. A value of false
indicates that the request failed.public Boolean getReturnValue()
A return value of true indicates that the request succeeded. A value of false indicates
that the request failed.
true indicates that the request succeeded. A value of false
indicates that the request failed.public EnableSharingWithAwsOrganizationResult withReturnValue(Boolean returnValue)
A return value of true indicates that the request succeeded. A value of false indicates
that the request failed.
returnValue - A return value of true indicates that the request succeeded. A value of false
indicates that the request failed.public Boolean isReturnValue()
A return value of true indicates that the request succeeded. A value of false indicates
that the request failed.
true indicates that the request succeeded. A value of false
indicates that the request failed.public String toString()
toString in class ObjectObject.toString()public EnableSharingWithAwsOrganizationResult clone()