@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 of the assessment report.
|
String |
getDestinationType()
The destination type, such as Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestination(String destination)
The destination of the assessment report.
|
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 of the assessment report.
|
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.AssessmentReportDestinationTypepublic String getDestinationType()
The destination type, such as Amazon S3.
AssessmentReportDestinationTypepublic AssessmentReportsDestination withDestinationType(String destinationType)
The destination type, such as Amazon S3.
destinationType - The destination type, such as Amazon S3.AssessmentReportDestinationTypepublic AssessmentReportsDestination withDestinationType(AssessmentReportDestinationType destinationType)
The destination type, such as Amazon S3.
destinationType - The destination type, such as Amazon S3.AssessmentReportDestinationTypepublic void setDestination(String destination)
The destination of the assessment report.
destination - The destination of the assessment report.public String getDestination()
The destination of the assessment report.
public AssessmentReportsDestination withDestination(String destination)
The destination of the assessment report.
destination - The destination of the assessment report.public String toString()
toString in class ObjectObject.toString()public AssessmentReportsDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.