@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationObjectStorageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
CreateLocationObjectStorageResponse
Constructor and Description |
---|
CreateLocationObjectStorageResult() |
Modifier and Type | Method and Description |
---|---|
CreateLocationObjectStorageResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocationArn()
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
int |
hashCode() |
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationObjectStorageResult |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
locationArn
- The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server
location.public String getLocationArn()
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
public CreateLocationObjectStorageResult withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
locationArn
- The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server
location.public String toString()
toString
in class Object
Object.toString()
public CreateLocationObjectStorageResult clone()