@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectParentPathsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListObjectParentPathsRequest() |
Modifier and Type | Method and Description |
---|---|
ListObjectParentPathsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The ARN of the directory to which the parent path applies.
|
Integer |
getMaxResults()
The maximum number of items to be retrieved in a single call.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getObjectReference()
The reference that identifies the object whose parent paths are listed.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The ARN of the directory to which the parent path applies.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setObjectReference(ObjectReference objectReference)
The reference that identifies the object whose parent paths are listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListObjectParentPathsRequest |
withDirectoryArn(String directoryArn)
The ARN of the directory to which the parent path applies.
|
ListObjectParentPathsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
ListObjectParentPathsRequest |
withNextToken(String nextToken)
The pagination token.
|
ListObjectParentPathsRequest |
withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose parent paths are listed.
|
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 setDirectoryArn(String directoryArn)
The ARN of the directory to which the parent path applies.
directoryArn
- The ARN of the directory to which the parent path applies.public String getDirectoryArn()
The ARN of the directory to which the parent path applies.
public ListObjectParentPathsRequest withDirectoryArn(String directoryArn)
The ARN of the directory to which the parent path applies.
directoryArn
- The ARN of the directory to which the parent path applies.public void setObjectReference(ObjectReference objectReference)
The reference that identifies the object whose parent paths are listed.
objectReference
- The reference that identifies the object whose parent paths are listed.public ObjectReference getObjectReference()
The reference that identifies the object whose parent paths are listed.
public ListObjectParentPathsRequest withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose parent paths are listed.
objectReference
- The reference that identifies the object whose parent paths are listed.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListObjectParentPathsRequest withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults
- The maximum number of items to be retrieved in a single call. This is an approximate number.public Integer getMaxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public ListObjectParentPathsRequest withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults
- The maximum number of items to be retrieved in a single call. This is an approximate number.public String toString()
toString
in class Object
Object.toString()
public ListObjectParentPathsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.