public class SimpleEmailPart
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SimpleEmailPart() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCharset()
The character set of the content.
|
java.lang.String |
getData()
The textual data of the content.
|
int |
hashCode() |
void |
setCharset(java.lang.String charset)
The character set of the content.
|
void |
setData(java.lang.String data)
The textual data of the content.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SimpleEmailPart |
withCharset(java.lang.String charset)
The character set of the content.
|
SimpleEmailPart |
withData(java.lang.String data)
The textual data of the content.
|
public java.lang.String getCharset()
public void setCharset(java.lang.String charset)
charset
- The character set of the content.public SimpleEmailPart withCharset(java.lang.String charset)
Returns a reference to this object so that method calls can be chained together.
charset
- The character set of the content.public java.lang.String getData()
public void setData(java.lang.String data)
data
- The textual data of the content.public SimpleEmailPart withData(java.lang.String data)
Returns a reference to this object so that method calls can be chained together.
data
- The textual data of the content.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.