@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssessmentReportsDestination extends Object implements Serializable, Cloneable, StructuredPojo
The location where Audit Manager saves assessment reports for the given assessment.
Constructor and Description |
---|
AssessmentReportsDestination() |
Modifier and Type | Method and Description |
---|---|
AssessmentReportsDestination |
clone() |
boolean |
equals(Object obj) |
String |
getDestination()
The destination bucket where Audit Manager stores assessment reports.
|
String |
getDestinationType()
The destination type, such as Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination(String destination)
The destination bucket where Audit Manager stores assessment reports.
|
void |
setDestinationType(String destinationType)
The destination type, such as Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
AssessmentReportsDestination |
withDestination(String destination)
The destination bucket where Audit Manager stores assessment reports.
|
AssessmentReportsDestination |
withDestinationType(AssessmentReportDestinationType destinationType)
The destination type, such as Amazon S3.
|
AssessmentReportsDestination |
withDestinationType(String destinationType)
The destination type, such as Amazon S3.
|
public void setDestinationType(String destinationType)
The destination type, such as Amazon S3.
destinationType
- The destination type, such as Amazon S3.AssessmentReportDestinationType
public String getDestinationType()
The destination type, such as Amazon S3.
AssessmentReportDestinationType
public AssessmentReportsDestination withDestinationType(String destinationType)
The destination type, such as Amazon S3.
destinationType
- The destination type, such as Amazon S3.AssessmentReportDestinationType
public AssessmentReportsDestination withDestinationType(AssessmentReportDestinationType destinationType)
The destination type, such as Amazon S3.
destinationType
- The destination type, such as Amazon S3.AssessmentReportDestinationType
public void setDestination(String destination)
The destination bucket where Audit Manager stores assessment reports.
destination
- The destination bucket where Audit Manager stores assessment reports.public String getDestination()
The destination bucket where Audit Manager stores assessment reports.
public AssessmentReportsDestination withDestination(String destination)
The destination bucket where Audit Manager stores assessment reports.
destination
- The destination bucket where Audit Manager stores assessment reports.public String toString()
toString
in class Object
Object.toString()
public AssessmentReportsDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.