@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateConfigurationItemsToApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateConfigurationItemsToApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateConfigurationItemsToApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationConfigurationId()
The configuration ID of an application with which items are to be associated.
|
List<String> |
getConfigurationIds()
The ID of each configuration item to be associated with an application.
|
int |
hashCode() |
void |
setApplicationConfigurationId(String applicationConfigurationId)
The configuration ID of an application with which items are to be associated.
|
void |
setConfigurationIds(Collection<String> configurationIds)
The ID of each configuration item to be associated with an application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateConfigurationItemsToApplicationRequest |
withApplicationConfigurationId(String applicationConfigurationId)
The configuration ID of an application with which items are to be associated.
|
AssociateConfigurationItemsToApplicationRequest |
withConfigurationIds(Collection<String> configurationIds)
The ID of each configuration item to be associated with an application.
|
AssociateConfigurationItemsToApplicationRequest |
withConfigurationIds(String... configurationIds)
The ID of each configuration item to be associated with an application.
|
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 AssociateConfigurationItemsToApplicationRequest()
public void setApplicationConfigurationId(String applicationConfigurationId)
The configuration ID of an application with which items are to be associated.
applicationConfigurationId
- The configuration ID of an application with which items are to be associated.public String getApplicationConfigurationId()
The configuration ID of an application with which items are to be associated.
public AssociateConfigurationItemsToApplicationRequest withApplicationConfigurationId(String applicationConfigurationId)
The configuration ID of an application with which items are to be associated.
applicationConfigurationId
- The configuration ID of an application with which items are to be associated.public List<String> getConfigurationIds()
The ID of each configuration item to be associated with an application.
public void setConfigurationIds(Collection<String> configurationIds)
The ID of each configuration item to be associated with an application.
configurationIds
- The ID of each configuration item to be associated with an application.public AssociateConfigurationItemsToApplicationRequest withConfigurationIds(String... configurationIds)
The ID of each configuration item to be associated with an application.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationIds(java.util.Collection)
or withConfigurationIds(java.util.Collection)
if you
want to override the existing values.
configurationIds
- The ID of each configuration item to be associated with an application.public AssociateConfigurationItemsToApplicationRequest withConfigurationIds(Collection<String> configurationIds)
The ID of each configuration item to be associated with an application.
configurationIds
- The ID of each configuration item to be associated with an application.public String toString()
toString
in class Object
Object.toString()
public AssociateConfigurationItemsToApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.