@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationDependenciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListApplicationDependenciesRequest() |
Modifier and Type | Method and Description |
---|---|
ListApplicationDependenciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The Amazon Resource Name (ARN) of the application.
|
Integer |
getMaxItems()
The total number of items to return.
|
String |
getNextToken()
A token to specify where to start paginating.
|
String |
getSemanticVersion()
The semantic version of the application to get.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
void |
setMaxItems(Integer maxItems)
The total number of items to return.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setSemanticVersion(String semanticVersion)
The semantic version of the application to get.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationDependenciesRequest |
withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
ListApplicationDependenciesRequest |
withMaxItems(Integer maxItems)
The total number of items to return.
|
ListApplicationDependenciesRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListApplicationDependenciesRequest |
withSemanticVersion(String semanticVersion)
The semantic version of the application to get.
|
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 setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId
- The Amazon Resource Name (ARN) of the application.public String getApplicationId()
The Amazon Resource Name (ARN) of the application.
public ListApplicationDependenciesRequest withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId
- The Amazon Resource Name (ARN) of the application.public void setMaxItems(Integer maxItems)
The total number of items to return.
maxItems
- The total number of items to return.public Integer getMaxItems()
The total number of items to return.
public ListApplicationDependenciesRequest withMaxItems(Integer maxItems)
The total number of items to return.
maxItems
- The total number of items to return.public void setNextToken(String nextToken)
A token to specify where to start paginating.
nextToken
- A token to specify where to start paginating.public String getNextToken()
A token to specify where to start paginating.
public ListApplicationDependenciesRequest withNextToken(String nextToken)
A token to specify where to start paginating.
nextToken
- A token to specify where to start paginating.public void setSemanticVersion(String semanticVersion)
The semantic version of the application to get.
semanticVersion
- The semantic version of the application to get.public String getSemanticVersion()
The semantic version of the application to get.
public ListApplicationDependenciesRequest withSemanticVersion(String semanticVersion)
The semantic version of the application to get.
semanticVersion
- The semantic version of the application to get.public String toString()
toString
in class Object
Object.toString()
public ListApplicationDependenciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()