Class AssetDetails
- java.lang.Object
-
- software.amazon.awssdk.services.dataexchange.model.AssetDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetDetails.Builder,AssetDetails>
@Generated("software.amazon.awssdk:codegen") public final class AssetDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetDetails.Builder,AssetDetails>
Details about the asset.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiGatewayApiAssetapiGatewayApiAsset()Information about the API Gateway API asset.static AssetDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LakeFormationDataPermissionAssetlakeFormationDataPermissionAsset()The AWS Lake Formation data permission that is the asset.RedshiftDataShareAssetredshiftDataShareAsset()The Amazon Redshift datashare that is the asset.S3DataAccessAssets3DataAccessAsset()The Amazon S3 data access that is the asset.S3SnapshotAssets3SnapshotAsset()The Amazon S3 object that is the asset.List<SdkField<?>>sdkFields()static Class<? extends AssetDetails.Builder>serializableBuilderClass()AssetDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3SnapshotAsset
public final S3SnapshotAsset s3SnapshotAsset()
The Amazon S3 object that is the asset.
- Returns:
- The Amazon S3 object that is the asset.
-
redshiftDataShareAsset
public final RedshiftDataShareAsset redshiftDataShareAsset()
The Amazon Redshift datashare that is the asset.
- Returns:
- The Amazon Redshift datashare that is the asset.
-
apiGatewayApiAsset
public final ApiGatewayApiAsset apiGatewayApiAsset()
Information about the API Gateway API asset.
- Returns:
- Information about the API Gateway API asset.
-
s3DataAccessAsset
public final S3DataAccessAsset s3DataAccessAsset()
The Amazon S3 data access that is the asset.
- Returns:
- The Amazon S3 data access that is the asset.
-
lakeFormationDataPermissionAsset
public final LakeFormationDataPermissionAsset lakeFormationDataPermissionAsset()
The AWS Lake Formation data permission that is the asset.
- Returns:
- The AWS Lake Formation data permission that is the asset.
-
toBuilder
public AssetDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetDetails.Builder,AssetDetails>
-
builder
public static AssetDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-