public class ProvisioningHook
extends java.lang.Object
implements java.io.Serializable
Structure that contains payloadVersion
and
targetArn
.
Constructor and Description |
---|
ProvisioningHook() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPayloadVersion()
The payload that was sent to the target function.
|
java.lang.String |
getTargetArn()
The ARN of the target function.
|
int |
hashCode() |
void |
setPayloadVersion(java.lang.String payloadVersion)
The payload that was sent to the target function.
|
void |
setTargetArn(java.lang.String targetArn)
The ARN of the target function.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProvisioningHook |
withPayloadVersion(java.lang.String payloadVersion)
The payload that was sent to the target function.
|
ProvisioningHook |
withTargetArn(java.lang.String targetArn)
The ARN of the target function.
|
public java.lang.String getPayloadVersion()
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
Constraints:
Length: 10 - 32
Pattern: ^[0-9-]+$
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
public void setPayloadVersion(java.lang.String payloadVersion)
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
Constraints:
Length: 10 - 32
Pattern: ^[0-9-]+$
payloadVersion
- The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
public ProvisioningHook withPayloadVersion(java.lang.String payloadVersion)
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 10 - 32
Pattern: ^[0-9-]+$
payloadVersion
- The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
public java.lang.String getTargetArn()
The ARN of the target function.
Note: Only Lambda functions are currently supported.
Constraints:
Length: - 2048
The ARN of the target function.
Note: Only Lambda functions are currently supported.
public void setTargetArn(java.lang.String targetArn)
The ARN of the target function.
Note: Only Lambda functions are currently supported.
Constraints:
Length: - 2048
targetArn
- The ARN of the target function.
Note: Only Lambda functions are currently supported.
public ProvisioningHook withTargetArn(java.lang.String targetArn)
The ARN of the target function.
Note: Only Lambda functions are currently supported.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 2048
targetArn
- The ARN of the target function.
Note: Only Lambda functions are currently supported.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.