@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExtensionAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListExtensionAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListExtensionAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExtensionIdentifier()
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
Integer |
getExtensionVersionNumber()
The version number for the extension defined in the association.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
String |
getResourceIdentifier()
The ARN of an application, configuration profile, or environment.
|
int |
hashCode() |
void |
setExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
void |
setExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
void |
setResourceIdentifier(String resourceIdentifier)
The ARN of an application, configuration profile, or environment.
|
String |
toString()
Returns a string representation of this object.
|
ListExtensionAssociationsRequest |
withExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
ListExtensionAssociationsRequest |
withExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
|
ListExtensionAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListExtensionAssociationsRequest |
withNextToken(String nextToken)
A token to start the list.
|
ListExtensionAssociationsRequest |
withResourceIdentifier(String resourceIdentifier)
The ARN of an application, configuration profile, or environment.
|
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 setResourceIdentifier(String resourceIdentifier)
The ARN of an application, configuration profile, or environment.
resourceIdentifier
- The ARN of an application, configuration profile, or environment.public String getResourceIdentifier()
The ARN of an application, configuration profile, or environment.
public ListExtensionAssociationsRequest withResourceIdentifier(String resourceIdentifier)
The ARN of an application, configuration profile, or environment.
resourceIdentifier
- The ARN of an application, configuration profile, or environment.public void setExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier
- The name, the ID, or the Amazon Resource Name (ARN) of the extension.public String getExtensionIdentifier()
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
public ListExtensionAssociationsRequest withExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier
- The name, the ID, or the Amazon Resource Name (ARN) of the extension.public void setExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
extensionVersionNumber
- The version number for the extension defined in the association.public Integer getExtensionVersionNumber()
The version number for the extension defined in the association.
public ListExtensionAssociationsRequest withExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
extensionVersionNumber
- The version number for the extension defined in the association.public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public ListExtensionAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.
nextToken
- A token to start the list. Use this token to get the next set of results or pass null to get the first set
of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.
public ListExtensionAssociationsRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.
nextToken
- A token to start the list. Use this token to get the next set of results or pass null to get the first set
of results.public String toString()
toString
in class Object
Object.toString()
public ListExtensionAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()