Class MembershipProtectedQueryOutputConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.MembershipProtectedQueryOutputConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class MembershipProtectedQueryOutputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>
Contains configurations for protected query results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MembershipProtectedQueryOutputConfiguration.Builder
static class
MembershipProtectedQueryOutputConfiguration.Type
-
Method Summary
-
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
-
s3
public final ProtectedQueryS3OutputConfiguration s3()
Returns the value of the S3 property for this object.- Returns:
- The value of the S3 property for this object.
-
toBuilder
public MembershipProtectedQueryOutputConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>
-
builder
public static MembershipProtectedQueryOutputConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends MembershipProtectedQueryOutputConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
fromS3
public static MembershipProtectedQueryOutputConfiguration fromS3(ProtectedQueryS3OutputConfiguration s3)
Create an instance of this class withs3()
initialized to the given value. Sets the value of the S3 property for this object.- Parameters:
s3
- The new value for the S3 property for this object.
-
fromS3
public static MembershipProtectedQueryOutputConfiguration fromS3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Create an instance of this class withs3()
initialized to the given value. Sets the value of the S3 property for this object.- Parameters:
s3
- The new value for the S3 property for this object.
-
type
public MembershipProtectedQueryOutputConfiguration.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beMembershipProtectedQueryOutputConfiguration.Type.UNKNOWN_TO_SDK_VERSION
if the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beMembershipProtectedQueryOutputConfiguration.Type.UNKNOWN_TO_SDK_VERSION
if zero members are set, andnull
if more than one member is set.
-
-