@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuccessfulRequest extends Object implements Serializable, Cloneable, StructuredPojo
Request for which contact was successfully created.
Constructor and Description |
---|
SuccessfulRequest() |
Modifier and Type | Method and Description |
---|---|
SuccessfulRequest |
clone() |
boolean |
equals(Object obj) |
String |
getContactId()
The contactId of the contact that was created successfully.
|
String |
getRequestIdentifier()
Request identifier provided in the API call in the ContactDataRequest to create a contact.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContactId(String contactId)
The contactId of the contact that was created successfully.
|
void |
setRequestIdentifier(String requestIdentifier)
Request identifier provided in the API call in the ContactDataRequest to create a contact.
|
String |
toString()
Returns a string representation of this object.
|
SuccessfulRequest |
withContactId(String contactId)
The contactId of the contact that was created successfully.
|
SuccessfulRequest |
withRequestIdentifier(String requestIdentifier)
Request identifier provided in the API call in the ContactDataRequest to create a contact.
|
public void setRequestIdentifier(String requestIdentifier)
Request identifier provided in the API call in the ContactDataRequest to create a contact.
requestIdentifier
- Request identifier provided in the API call in the ContactDataRequest to create a contact.public String getRequestIdentifier()
Request identifier provided in the API call in the ContactDataRequest to create a contact.
public SuccessfulRequest withRequestIdentifier(String requestIdentifier)
Request identifier provided in the API call in the ContactDataRequest to create a contact.
requestIdentifier
- Request identifier provided in the API call in the ContactDataRequest to create a contact.public void setContactId(String contactId)
The contactId of the contact that was created successfully.
contactId
- The contactId of the contact that was created successfully.public String getContactId()
The contactId of the contact that was created successfully.
public SuccessfulRequest withContactId(String contactId)
The contactId of the contact that was created successfully.
contactId
- The contactId of the contact that was created successfully.public String toString()
toString
in class Object
Object.toString()
public SuccessfulRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.