@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateListingChangeSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateListingChangeSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateListingChangeSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAction()
Specifies whether to publish or unpublish a listing.
|
String |
getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain.
|
String |
getEntityIdentifier()
The ID of the asset.
|
String |
getEntityRevision()
The revision of an asset.
|
String |
getEntityType()
The type of an entity.
|
int |
hashCode() |
void |
setAction(String action)
Specifies whether to publish or unpublish a listing.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
|
void |
setEntityIdentifier(String entityIdentifier)
The ID of the asset.
|
void |
setEntityRevision(String entityRevision)
The revision of an asset.
|
void |
setEntityType(String entityType)
The type of an entity.
|
String |
toString()
Returns a string representation of this object.
|
CreateListingChangeSetRequest |
withAction(ChangeAction action)
Specifies whether to publish or unpublish a listing.
|
CreateListingChangeSetRequest |
withAction(String action)
Specifies whether to publish or unpublish a listing.
|
CreateListingChangeSetRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateListingChangeSetRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
|
CreateListingChangeSetRequest |
withEntityIdentifier(String entityIdentifier)
The ID of the asset.
|
CreateListingChangeSetRequest |
withEntityRevision(String entityRevision)
The revision of an asset.
|
CreateListingChangeSetRequest |
withEntityType(EntityType entityType)
The type of an entity.
|
CreateListingChangeSetRequest |
withEntityType(String entityType)
The type of an entity.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAction(String action)
Specifies whether to publish or unpublish a listing.
action - Specifies whether to publish or unpublish a listing.ChangeActionpublic String getAction()
Specifies whether to publish or unpublish a listing.
ChangeActionpublic CreateListingChangeSetRequest withAction(String action)
Specifies whether to publish or unpublish a listing.
action - Specifies whether to publish or unpublish a listing.ChangeActionpublic CreateListingChangeSetRequest withAction(ChangeAction action)
Specifies whether to publish or unpublish a listing.
action - Specifies whether to publish or unpublish a listing.ChangeActionpublic void setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public CreateListingChangeSetRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
domainIdentifier - The ID of the Amazon DataZone domain.public String getDomainIdentifier()
The ID of the Amazon DataZone domain.
public CreateListingChangeSetRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain.
domainIdentifier - The ID of the Amazon DataZone domain.public void setEntityIdentifier(String entityIdentifier)
The ID of the asset.
entityIdentifier - The ID of the asset.public String getEntityIdentifier()
The ID of the asset.
public CreateListingChangeSetRequest withEntityIdentifier(String entityIdentifier)
The ID of the asset.
entityIdentifier - The ID of the asset.public void setEntityRevision(String entityRevision)
The revision of an asset.
entityRevision - The revision of an asset.public String getEntityRevision()
The revision of an asset.
public CreateListingChangeSetRequest withEntityRevision(String entityRevision)
The revision of an asset.
entityRevision - The revision of an asset.public void setEntityType(String entityType)
The type of an entity.
entityType - The type of an entity.EntityTypepublic String getEntityType()
The type of an entity.
EntityTypepublic CreateListingChangeSetRequest withEntityType(String entityType)
The type of an entity.
entityType - The type of an entity.EntityTypepublic CreateListingChangeSetRequest withEntityType(EntityType entityType)
The type of an entity.
entityType - The type of an entity.EntityTypepublic String toString()
toString in class ObjectObject.toString()public CreateListingChangeSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()