@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceActionAssociation extends Object implements Serializable, Cloneable, StructuredPojo
A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
Constructor and Description |
---|
ServiceActionAssociation() |
Modifier and Type | Method and Description |
---|---|
ServiceActionAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getProductId()
The product identifier.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
String |
getServiceActionId()
The self-service action identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setProductId(String productId)
The product identifier.
|
void |
setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
void |
setServiceActionId(String serviceActionId)
The self-service action identifier.
|
String |
toString()
Returns a string representation of this object.
|
ServiceActionAssociation |
withProductId(String productId)
The product identifier.
|
ServiceActionAssociation |
withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
ServiceActionAssociation |
withServiceActionId(String serviceActionId)
The self-service action identifier.
|
public void setServiceActionId(String serviceActionId)
The self-service action identifier. For example, act-fs7abcd89wxyz
.
serviceActionId
- The self-service action identifier. For example, act-fs7abcd89wxyz
.public String getServiceActionId()
The self-service action identifier. For example, act-fs7abcd89wxyz
.
act-fs7abcd89wxyz
.public ServiceActionAssociation withServiceActionId(String serviceActionId)
The self-service action identifier. For example, act-fs7abcd89wxyz
.
serviceActionId
- The self-service action identifier. For example, act-fs7abcd89wxyz
.public void setProductId(String productId)
The product identifier. For example, prod-abcdzk7xy33qa
.
productId
- The product identifier. For example, prod-abcdzk7xy33qa
.public String getProductId()
The product identifier. For example, prod-abcdzk7xy33qa
.
prod-abcdzk7xy33qa
.public ServiceActionAssociation withProductId(String productId)
The product identifier. For example, prod-abcdzk7xy33qa
.
productId
- The product identifier. For example, prod-abcdzk7xy33qa
.public void setProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
provisioningArtifactId
- The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.public String getProvisioningArtifactId()
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
pa-4abcdjnxjj6ne
.public ServiceActionAssociation withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
provisioningArtifactId
- The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.public String toString()
toString
in class Object
Object.toString()
public ServiceActionAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.