@Generated(value="software.amazon.awssdk:codegen") public final class DescribePublisherResponse extends CloudFormationResponse implements ToCopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePublisherResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePublisherResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IdentityProvider |
identityProvider()
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
String |
identityProviderAsString()
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
String |
publisherId()
The ID of the extension publisher.
|
String |
publisherProfile()
The URL to the publisher's profile with the identity provider.
|
PublisherStatus |
publisherStatus()
Whether the publisher is verified.
|
String |
publisherStatusAsString()
Whether the publisher is verified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePublisherResponse.Builder> |
serializableBuilderClass() |
DescribePublisherResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String publisherId()
The ID of the extension publisher.
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, publisherStatus
will return PublisherStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from publisherStatusAsString().
PublisherStatuspublic 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, publisherStatus
will return PublisherStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from publisherStatusAsString().
PublisherStatuspublic 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, identityProvider
will return IdentityProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from identityProviderAsString().
IdentityProviderpublic 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, identityProvider
will return IdentityProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from identityProviderAsString().
IdentityProviderpublic final String publisherProfile()
The URL to the publisher's profile with the identity provider.
public DescribePublisherResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>toBuilder in class AwsResponsepublic static DescribePublisherResponse.Builder builder()
public static Class<? extends DescribePublisherResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.