@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubscriptionTargetForm extends Object implements Serializable, Cloneable, StructuredPojo
The details of the subscription target configuration.
Constructor and Description |
---|
SubscriptionTargetForm() |
Modifier and Type | Method and Description |
---|---|
SubscriptionTargetForm |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The content of the subscription target configuration.
|
String |
getFormName()
The form name included in the subscription target configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContent(String content)
The content of the subscription target configuration.
|
void |
setFormName(String formName)
The form name included in the subscription target configuration.
|
String |
toString()
Returns a string representation of this object.
|
SubscriptionTargetForm |
withContent(String content)
The content of the subscription target configuration.
|
SubscriptionTargetForm |
withFormName(String formName)
The form name included in the subscription target configuration.
|
public void setContent(String content)
The content of the subscription target configuration.
content
- The content of the subscription target configuration.public String getContent()
The content of the subscription target configuration.
public SubscriptionTargetForm withContent(String content)
The content of the subscription target configuration.
content
- The content of the subscription target configuration.public void setFormName(String formName)
The form name included in the subscription target configuration.
formName
- The form name included in the subscription target configuration.public String getFormName()
The form name included in the subscription target configuration.
public SubscriptionTargetForm withFormName(String formName)
The form name included in the subscription target configuration.
formName
- The form name included in the subscription target configuration.public String toString()
toString
in class Object
Object.toString()
public SubscriptionTargetForm clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.