@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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.