@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileContent extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a content of an Amazon Connect file object.
Constructor and Description |
---|
FileContent() |
Modifier and Type | Method and Description |
---|---|
FileContent |
clone() |
boolean |
equals(Object obj) |
String |
getFileArn()
The Amazon Resource Name (ARN) of a File in Amazon Connect.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFileArn(String fileArn)
The Amazon Resource Name (ARN) of a File in Amazon Connect.
|
String |
toString()
Returns a string representation of this object.
|
FileContent |
withFileArn(String fileArn)
The Amazon Resource Name (ARN) of a File in Amazon Connect.
|
public void setFileArn(String fileArn)
The Amazon Resource Name (ARN) of a File in Amazon Connect.
fileArn
- The Amazon Resource Name (ARN) of a File in Amazon Connect.public String getFileArn()
The Amazon Resource Name (ARN) of a File in Amazon Connect.
public FileContent withFileArn(String fileArn)
The Amazon Resource Name (ARN) of a File in Amazon Connect.
fileArn
- The Amazon Resource Name (ARN) of a File in Amazon Connect.public String toString()
toString
in class Object
Object.toString()
public FileContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.