@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssessmentReportsDestination extends Object implements Serializable, Cloneable, StructuredPojo
The location in which AWS 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)
Marshalls this structured data using the given
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.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 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 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.