@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAssociateServiceActionWithProvisioningArtifactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchAssociateServiceActionWithProvisioningArtifactRequest() |
Modifier and Type | Method and Description |
---|---|
BatchAssociateServiceActionWithProvisioningArtifactRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
List<ServiceActionAssociation> |
getServiceActionAssociations()
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setServiceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
String |
toString()
Returns a string representation of this object.
|
BatchAssociateServiceActionWithProvisioningArtifactRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
BatchAssociateServiceActionWithProvisioningArtifactRequest |
withServiceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
BatchAssociateServiceActionWithProvisioningArtifactRequest |
withServiceActionAssociations(ServiceActionAssociation... serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
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 BatchAssociateServiceActionWithProvisioningArtifactRequest()
public List<ServiceActionAssociation> getServiceActionAssociations()
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
public void setServiceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
serviceActionAssociations
- One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact
ID.public BatchAssociateServiceActionWithProvisioningArtifactRequest withServiceActionAssociations(ServiceActionAssociation... serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
NOTE: This method appends the values to the existing list (if any). Use
setServiceActionAssociations(java.util.Collection)
or
withServiceActionAssociations(java.util.Collection)
if you want to override the existing values.
serviceActionAssociations
- One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact
ID.public BatchAssociateServiceActionWithProvisioningArtifactRequest withServiceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
serviceActionAssociations
- One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact
ID.public void setAcceptLanguage(String acceptLanguage)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
en
- English (default)
jp
- Japanese
zh
- Chinese
public BatchAssociateServiceActionWithProvisioningArtifactRequest withAcceptLanguage(String acceptLanguage)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
public String toString()
toString
in class Object
Object.toString()
public BatchAssociateServiceActionWithProvisioningArtifactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()