Class SCApplicationAttributes
java.lang.Object
software.amazon.awssdk.services.databasemigration.model.SCApplicationAttributes
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SCApplicationAttributes.Builder,SCApplicationAttributes>
@Generated("software.amazon.awssdk:codegen")
public final class SCApplicationAttributes
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<SCApplicationAttributes.Builder,SCApplicationAttributes>
Provides information that defines a schema conversion application.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe path for the Amazon S3 bucket that the application uses for exporting assessment reports.final StringThe ARN for the role the application uses to access its Amazon S3 bucket.static Class<? extends SCApplicationAttributes.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
s3BucketPath
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
- Returns:
- The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
-
s3BucketRoleArn
The ARN for the role the application uses to access its Amazon S3 bucket.
- Returns:
- The ARN for the role the application uses to access its Amazon S3 bucket.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SCApplicationAttributes.Builder,SCApplicationAttributes>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-