@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportDestination extends Object implements Serializable, Cloneable, StructuredPojo
Specifies where DataSync uploads your task report.
Constructor and Description |
---|
ReportDestination() |
Modifier and Type | Method and Description |
---|---|
ReportDestination |
clone() |
boolean |
equals(Object obj) |
ReportDestinationS3 |
getS3()
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3(ReportDestinationS3 s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
String |
toString()
Returns a string representation of this object.
|
ReportDestination |
withS3(ReportDestinationS3 s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
public void setS3(ReportDestinationS3 s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
s3
- Specifies the Amazon S3 bucket where DataSync uploads your task report.public ReportDestinationS3 getS3()
Specifies the Amazon S3 bucket where DataSync uploads your task report.
public ReportDestination withS3(ReportDestinationS3 s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
s3
- Specifies the Amazon S3 bucket where DataSync uploads your task report.public String toString()
toString
in class Object
Object.toString()
public ReportDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.