@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeObjectRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeObjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPath()
The path (including the file name) where the object is stored in the container.
|
int |
hashCode() |
void |
setPath(String path)
The path (including the file name) where the object is stored in the container.
|
String |
toString()
Returns a string representation of this object.
|
DescribeObjectRequest |
withPath(String path)
The path (including the file name) where the object is stored in the container.
|
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 setPath(String path)
The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>
path
- The path (including the file name) where the object is stored in the container. Format: <folder
name>/<folder name>/<file name>public String getPath()
The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>
public DescribeObjectRequest withPath(String path)
The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>
path
- The path (including the file name) where the object is stored in the container. Format: <folder
name>/<folder name>/<file name>public String toString()
toString
in class Object
Object.toString()
public DescribeObjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()