@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePublisherResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePublisherResult() |
Modifier and Type | Method and Description |
---|---|
DescribePublisherResult |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityProvider()
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
String |
getPublisherId()
The ID of the extension publisher.
|
String |
getPublisherProfile()
The URL to the publisher's profile with the identity provider.
|
String |
getPublisherStatus()
Whether the publisher is verified.
|
int |
hashCode() |
void |
setIdentityProvider(String identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
void |
setPublisherId(String publisherId)
The ID of the extension publisher.
|
void |
setPublisherProfile(String publisherProfile)
The URL to the publisher's profile with the identity provider.
|
void |
setPublisherStatus(String publisherStatus)
Whether the publisher is verified.
|
String |
toString()
Returns a string representation of this object.
|
DescribePublisherResult |
withIdentityProvider(IdentityProvider identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
DescribePublisherResult |
withIdentityProvider(String identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
DescribePublisherResult |
withPublisherId(String publisherId)
The ID of the extension publisher.
|
DescribePublisherResult |
withPublisherProfile(String publisherProfile)
The URL to the publisher's profile with the identity provider.
|
DescribePublisherResult |
withPublisherStatus(PublisherStatus publisherStatus)
Whether the publisher is verified.
|
DescribePublisherResult |
withPublisherStatus(String publisherStatus)
Whether the publisher is verified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPublisherId(String publisherId)
The ID of the extension publisher.
publisherId
- The ID of the extension publisher.public String getPublisherId()
The ID of the extension publisher.
public DescribePublisherResult withPublisherId(String publisherId)
The ID of the extension publisher.
publisherId
- The ID of the extension publisher.public void setPublisherStatus(String publisherStatus)
Whether the publisher is verified. Currently, all registered publishers are verified.
publisherStatus
- Whether the publisher is verified. Currently, all registered publishers are verified.PublisherStatus
public String getPublisherStatus()
Whether the publisher is verified. Currently, all registered publishers are verified.
PublisherStatus
public DescribePublisherResult withPublisherStatus(String publisherStatus)
Whether the publisher is verified. Currently, all registered publishers are verified.
publisherStatus
- Whether the publisher is verified. Currently, all registered publishers are verified.PublisherStatus
public DescribePublisherResult withPublisherStatus(PublisherStatus publisherStatus)
Whether the publisher is verified. Currently, all registered publishers are verified.
publisherStatus
- Whether the publisher is verified. Currently, all registered publishers are verified.PublisherStatus
public void setIdentityProvider(String identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
identityProvider
- The type of account used as the identity provider when registering this publisher with CloudFormation.IdentityProvider
public String getIdentityProvider()
The type of account used as the identity provider when registering this publisher with CloudFormation.
IdentityProvider
public DescribePublisherResult withIdentityProvider(String identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
identityProvider
- The type of account used as the identity provider when registering this publisher with CloudFormation.IdentityProvider
public DescribePublisherResult withIdentityProvider(IdentityProvider identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
identityProvider
- The type of account used as the identity provider when registering this publisher with CloudFormation.IdentityProvider
public void setPublisherProfile(String publisherProfile)
The URL to the publisher's profile with the identity provider.
publisherProfile
- The URL to the publisher's profile with the identity provider.public String getPublisherProfile()
The URL to the publisher's profile with the identity provider.
public DescribePublisherResult withPublisherProfile(String publisherProfile)
The URL to the publisher's profile with the identity provider.
publisherProfile
- The URL to the publisher's profile with the identity provider.public String toString()
toString
in class Object
Object.toString()
public DescribePublisherResult clone()