@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApprovalRuleEventMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about an event for an approval rule.
Constructor and Description |
---|
ApprovalRuleEventMetadata() |
Modifier and Type | Method and Description |
---|---|
ApprovalRuleEventMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getApprovalRuleContent()
The content of the approval rule.
|
String |
getApprovalRuleId()
The system-generated ID of the approval rule.
|
String |
getApprovalRuleName()
The name of the approval rule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApprovalRuleContent(String approvalRuleContent)
The content of the approval rule.
|
void |
setApprovalRuleId(String approvalRuleId)
The system-generated ID of the approval rule.
|
void |
setApprovalRuleName(String approvalRuleName)
The name of the approval rule.
|
String |
toString()
Returns a string representation of this object.
|
ApprovalRuleEventMetadata |
withApprovalRuleContent(String approvalRuleContent)
The content of the approval rule.
|
ApprovalRuleEventMetadata |
withApprovalRuleId(String approvalRuleId)
The system-generated ID of the approval rule.
|
ApprovalRuleEventMetadata |
withApprovalRuleName(String approvalRuleName)
The name of the approval rule.
|
public void setApprovalRuleName(String approvalRuleName)
The name of the approval rule.
approvalRuleName
- The name of the approval rule.public String getApprovalRuleName()
The name of the approval rule.
public ApprovalRuleEventMetadata withApprovalRuleName(String approvalRuleName)
The name of the approval rule.
approvalRuleName
- The name of the approval rule.public void setApprovalRuleId(String approvalRuleId)
The system-generated ID of the approval rule.
approvalRuleId
- The system-generated ID of the approval rule.public String getApprovalRuleId()
The system-generated ID of the approval rule.
public ApprovalRuleEventMetadata withApprovalRuleId(String approvalRuleId)
The system-generated ID of the approval rule.
approvalRuleId
- The system-generated ID of the approval rule.public void setApprovalRuleContent(String approvalRuleContent)
The content of the approval rule.
approvalRuleContent
- The content of the approval rule.public String getApprovalRuleContent()
The content of the approval rule.
public ApprovalRuleEventMetadata withApprovalRuleContent(String approvalRuleContent)
The content of the approval rule.
approvalRuleContent
- The content of the approval rule.public String toString()
toString
in class Object
Object.toString()
public ApprovalRuleEventMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.