@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisioningHook extends Object implements Serializable, Cloneable, StructuredPojo
Structure that contains payloadVersion
and targetArn
.
Constructor and Description |
---|
ProvisioningHook() |
Modifier and Type | Method and Description |
---|---|
ProvisioningHook |
clone() |
boolean |
equals(Object obj) |
String |
getPayloadVersion()
The payload that was sent to the target function.
|
String |
getTargetArn()
The ARN of the target function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPayloadVersion(String payloadVersion)
The payload that was sent to the target function.
|
void |
setTargetArn(String targetArn)
The ARN of the target function.
|
String |
toString()
Returns a string representation of this object.
|
ProvisioningHook |
withPayloadVersion(String payloadVersion)
The payload that was sent to the target function.
|
ProvisioningHook |
withTargetArn(String targetArn)
The ARN of the target function.
|
public void setPayloadVersion(String payloadVersion)
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
payloadVersion
- The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
public String getPayloadVersion()
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
Note: Only Lambda functions are currently supported.
public ProvisioningHook withPayloadVersion(String payloadVersion)
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
payloadVersion
- The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
public void setTargetArn(String targetArn)
The ARN of the target function.
Note: Only Lambda functions are currently supported.
targetArn
- The ARN of the target function.
Note: Only Lambda functions are currently supported.
public String getTargetArn()
The ARN of the target function.
Note: Only Lambda functions are currently supported.
Note: Only Lambda functions are currently supported.
public ProvisioningHook withTargetArn(String targetArn)
The ARN of the target function.
Note: Only Lambda functions are currently supported.
targetArn
- The ARN of the target function.
Note: Only Lambda functions are currently supported.
public String toString()
toString
in class Object
Object.toString()
public ProvisioningHook clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.