@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportJobSubmitter extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the attributes of the submitter of the import job.
| Constructor and Description |
|---|
ImportJobSubmitter() |
| Modifier and Type | Method and Description |
|---|---|
ImportJobSubmitter |
clone() |
boolean |
equals(Object obj) |
String |
getEmail()
The email id of the submitter of the import job, if available.
|
String |
getUserArn()
The AWS user ARN of the submitter of the import job, if available.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEmail(String email)
The email id of the submitter of the import job, if available.
|
void |
setUserArn(String userArn)
The AWS user ARN of the submitter of the import job, if available.
|
String |
toString()
Returns a string representation of this object.
|
ImportJobSubmitter |
withEmail(String email)
The email id of the submitter of the import job, if available.
|
ImportJobSubmitter |
withUserArn(String userArn)
The AWS user ARN of the submitter of the import job, if available.
|
public void setEmail(String email)
The email id of the submitter of the import job, if available.
email - The email id of the submitter of the import job, if available.public String getEmail()
The email id of the submitter of the import job, if available.
public ImportJobSubmitter withEmail(String email)
The email id of the submitter of the import job, if available.
email - The email id of the submitter of the import job, if available.public void setUserArn(String userArn)
The AWS user ARN of the submitter of the import job, if available.
userArn - The AWS user ARN of the submitter of the import job, if available.public String getUserArn()
The AWS user ARN of the submitter of the import job, if available.
public ImportJobSubmitter withUserArn(String userArn)
The AWS user ARN of the submitter of the import job, if available.
userArn - The AWS user ARN of the submitter of the import job, if available.public String toString()
toString in class ObjectObject.toString()public ImportJobSubmitter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.