@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationAzureBlobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeLocationAzureBlobRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationAzureBlobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLocationArn()
Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.
|
int |
hashCode() |
void |
setLocationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationAzureBlobRequest |
withLocationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLocationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.
locationArn
- Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.public String getLocationArn()
Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.
public DescribeLocationAzureBlobRequest withLocationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.
locationArn
- Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationAzureBlobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()