Class DescribePublisherResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse
-
- software.amazon.awssdk.services.cloudformation.model.DescribePublisherResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribePublisherResponse extends CloudFormationResponse implements ToCopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribePublisherResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribePublisherResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IdentityProvideridentityProvider()The type of account used as the identity provider when registering this publisher with CloudFormation.StringidentityProviderAsString()The type of account used as the identity provider when registering this publisher with CloudFormation.StringpublisherId()The ID of the extension publisher.StringpublisherProfile()The URL to the publisher's profile with the identity provider.PublisherStatuspublisherStatus()Whether the publisher is verified.StringpublisherStatusAsString()Whether the publisher is verified.List<SdkField<?>>sdkFields()static Class<? extends DescribePublisherResponse.Builder>serializableBuilderClass()DescribePublisherResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
publisherId
public final String publisherId()
The ID of the extension publisher.
- Returns:
- The ID of the extension publisher.
-
publisherStatus
public final PublisherStatus publisherStatus()
Whether the publisher is verified. Currently, all registered publishers are verified.
If the service returns an enum value that is not available in the current SDK version,
publisherStatuswill returnPublisherStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompublisherStatusAsString().- Returns:
- Whether the publisher is verified. Currently, all registered publishers are verified.
- See Also:
PublisherStatus
-
publisherStatusAsString
public final String publisherStatusAsString()
Whether the publisher is verified. Currently, all registered publishers are verified.
If the service returns an enum value that is not available in the current SDK version,
publisherStatuswill returnPublisherStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompublisherStatusAsString().- Returns:
- Whether the publisher is verified. Currently, all registered publishers are verified.
- See Also:
PublisherStatus
-
identityProvider
public final IdentityProvider identityProvider()
The type of account used as the identity provider when registering this publisher with CloudFormation.
If the service returns an enum value that is not available in the current SDK version,
identityProviderwill returnIdentityProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromidentityProviderAsString().- Returns:
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- See Also:
IdentityProvider
-
identityProviderAsString
public final String identityProviderAsString()
The type of account used as the identity provider when registering this publisher with CloudFormation.
If the service returns an enum value that is not available in the current SDK version,
identityProviderwill returnIdentityProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromidentityProviderAsString().- Returns:
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- See Also:
IdentityProvider
-
publisherProfile
public final String publisherProfile()
The URL to the publisher's profile with the identity provider.
- Returns:
- The URL to the publisher's profile with the identity provider.
-
toBuilder
public DescribePublisherResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribePublisherResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribePublisherResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-