@Generated(value="software.amazon.awssdk:codegen") public final class AssessmentReportsDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentReportsDestination.Builder,AssessmentReportsDestination>
The location in which AWS Audit Manager saves assessment reports for the given assessment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssessmentReportsDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssessmentReportsDestination.Builder |
builder() |
String |
destination()
The destination of the assessment report.
|
AssessmentReportDestinationType |
destinationType()
The destination type, such as Amazon S3.
|
String |
destinationTypeAsString()
The destination type, such as Amazon S3.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentReportsDestination.Builder> |
serializableBuilderClass() |
AssessmentReportsDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AssessmentReportDestinationType destinationType()
The destination type, such as Amazon S3.
If the service returns an enum value that is not available in the current SDK version, destinationType
will return AssessmentReportDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from destinationTypeAsString().
AssessmentReportDestinationTypepublic final String destinationTypeAsString()
The destination type, such as Amazon S3.
If the service returns an enum value that is not available in the current SDK version, destinationType
will return AssessmentReportDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from destinationTypeAsString().
AssessmentReportDestinationTypepublic final String destination()
The destination of the assessment report.
public AssessmentReportsDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentReportsDestination.Builder,AssessmentReportsDestination>public static AssessmentReportsDestination.Builder builder()
public static Class<? extends AssessmentReportsDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.