@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Detail extends Object implements Serializable, Cloneable, StructuredPojo
Complex data type that defines S3Detail objects.
| Constructor and Description |
|---|
S3Detail() |
| Modifier and Type | Method and Description |
|---|---|
S3Detail |
clone() |
boolean |
equals(Object obj) |
String |
getRecordingPrefix()
The S3 bucket prefix under which the recording is stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRecordingPrefix(String recordingPrefix)
The S3 bucket prefix under which the recording is stored.
|
String |
toString()
Returns a string representation of this object.
|
S3Detail |
withRecordingPrefix(String recordingPrefix)
The S3 bucket prefix under which the recording is stored.
|
public void setRecordingPrefix(String recordingPrefix)
The S3 bucket prefix under which the recording is stored.
recordingPrefix - The S3 bucket prefix under which the recording is stored.public String getRecordingPrefix()
The S3 bucket prefix under which the recording is stored.
public S3Detail withRecordingPrefix(String recordingPrefix)
The S3 bucket prefix under which the recording is stored.
recordingPrefix - The S3 bucket prefix under which the recording is stored.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.