@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationAzureBlobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLocationAzureBlobResult() |
Modifier and Type | Method and Description |
---|---|
CreateLocationAzureBlobResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocationArn()
The ARN of the Azure Blob Storage transfer location that you created.
|
int |
hashCode() |
void |
setLocationArn(String locationArn)
The ARN of the Azure Blob Storage transfer location that you created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationAzureBlobResult |
withLocationArn(String locationArn)
The ARN of the Azure Blob Storage transfer location that you created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The ARN of the Azure Blob Storage transfer location that you created.
locationArn
- The ARN of the Azure Blob Storage transfer location that you created.public String getLocationArn()
The ARN of the Azure Blob Storage transfer location that you created.
public CreateLocationAzureBlobResult withLocationArn(String locationArn)
The ARN of the Azure Blob Storage transfer location that you created.
locationArn
- The ARN of the Azure Blob Storage transfer location that you created.public String toString()
toString
in class Object
Object.toString()
public CreateLocationAzureBlobResult clone()