@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSubscriptionTargetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSubscriptionTargetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSubscriptionTargetResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getApplicableAssetTypes()
The applicable asset types to be updated as part of the
UpdateSubscriptionTarget action. |
List<String> |
getAuthorizedPrincipals()
The authorized principals to be updated as part of the
UpdateSubscriptionTarget action. |
Date |
getCreatedAt()
The timestamp of when a subscription target was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created the subscription target.
|
String |
getDomainId()
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
|
String |
getEnvironmentId()
The identifier of the environment in which a subscription target is to be updated.
|
String |
getId()
Identifier of the subscription target that is to be updated.
|
String |
getManageAccessRole()
The manage access role to be updated as part of the
UpdateSubscriptionTarget action. |
String |
getName()
The name to be updated as part of the
UpdateSubscriptionTarget action. |
String |
getProjectId()
The identifier of the project in which a subscription target is to be updated.
|
String |
getProvider()
The provider to be updated as part of the
UpdateSubscriptionTarget action. |
List<SubscriptionTargetForm> |
getSubscriptionTargetConfig()
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
String |
getType()
The type to be updated as part of the
UpdateSubscriptionTarget action. |
Date |
getUpdatedAt()
The timestamp of when the subscription target was updated.
|
String |
getUpdatedBy()
The Amazon DataZone user who updated the subscription target.
|
int |
hashCode() |
void |
setApplicableAssetTypes(Collection<String> applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTarget action. |
void |
setAuthorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTarget action. |
void |
setCreatedAt(Date createdAt)
The timestamp of when a subscription target was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription target.
|
void |
setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
|
void |
setEnvironmentId(String environmentId)
The identifier of the environment in which a subscription target is to be updated.
|
void |
setId(String id)
Identifier of the subscription target that is to be updated.
|
void |
setManageAccessRole(String manageAccessRole)
The manage access role to be updated as part of the
UpdateSubscriptionTarget action. |
void |
setName(String name)
The name to be updated as part of the
UpdateSubscriptionTarget action. |
void |
setProjectId(String projectId)
The identifier of the project in which a subscription target is to be updated.
|
void |
setProvider(String provider)
The provider to be updated as part of the
UpdateSubscriptionTarget action. |
void |
setSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
void |
setType(String type)
The type to be updated as part of the
UpdateSubscriptionTarget action. |
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the subscription target was updated.
|
void |
setUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription target.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSubscriptionTargetResult |
withApplicableAssetTypes(Collection<String> applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withApplicableAssetTypes(String... applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withAuthorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withAuthorizedPrincipals(String... authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withCreatedAt(Date createdAt)
The timestamp of when a subscription target was created.
|
UpdateSubscriptionTargetResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription target.
|
UpdateSubscriptionTargetResult |
withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
|
UpdateSubscriptionTargetResult |
withEnvironmentId(String environmentId)
The identifier of the environment in which a subscription target is to be updated.
|
UpdateSubscriptionTargetResult |
withId(String id)
Identifier of the subscription target that is to be updated.
|
UpdateSubscriptionTargetResult |
withManageAccessRole(String manageAccessRole)
The manage access role to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withName(String name)
The name to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withProjectId(String projectId)
The identifier of the project in which a subscription target is to be updated.
|
UpdateSubscriptionTargetResult |
withProvider(String provider)
The provider to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withSubscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withType(String type)
The type to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResult |
withUpdatedAt(Date updatedAt)
The timestamp of when the subscription target was updated.
|
UpdateSubscriptionTargetResult |
withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription target.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getApplicableAssetTypes()
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
UpdateSubscriptionTarget
action.public void setApplicableAssetTypes(Collection<String> applicableAssetTypes)
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
applicableAssetTypes
- The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withApplicableAssetTypes(String... applicableAssetTypes)
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
NOTE: This method appends the values to the existing list (if any). Use
setApplicableAssetTypes(java.util.Collection)
or withApplicableAssetTypes(java.util.Collection)
if you want to override the existing values.
applicableAssetTypes
- The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withApplicableAssetTypes(Collection<String> applicableAssetTypes)
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
applicableAssetTypes
- The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.public List<String> getAuthorizedPrincipals()
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
UpdateSubscriptionTarget
action.public void setAuthorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
authorizedPrincipals
- The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withAuthorizedPrincipals(String... authorizedPrincipals)
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizedPrincipals(java.util.Collection)
or withAuthorizedPrincipals(java.util.Collection)
if you want to override the existing values.
authorizedPrincipals
- The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withAuthorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
authorizedPrincipals
- The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.public void setCreatedAt(Date createdAt)
The timestamp of when a subscription target was created.
createdAt
- The timestamp of when a subscription target was created.public Date getCreatedAt()
The timestamp of when a subscription target was created.
public UpdateSubscriptionTargetResult withCreatedAt(Date createdAt)
The timestamp of when a subscription target was created.
createdAt
- The timestamp of when a subscription target was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription target.
createdBy
- The Amazon DataZone user who created the subscription target.public String getCreatedBy()
The Amazon DataZone user who created the subscription target.
public UpdateSubscriptionTargetResult withCreatedBy(String createdBy)
The Amazon DataZone user who created the subscription target.
createdBy
- The Amazon DataZone user who created the subscription target.public void setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
domainId
- The identifier of the Amazon DataZone domain in which a subscription target is to be updated.public String getDomainId()
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
public UpdateSubscriptionTargetResult withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
domainId
- The identifier of the Amazon DataZone domain in which a subscription target is to be updated.public void setEnvironmentId(String environmentId)
The identifier of the environment in which a subscription target is to be updated.
environmentId
- The identifier of the environment in which a subscription target is to be updated.public String getEnvironmentId()
The identifier of the environment in which a subscription target is to be updated.
public UpdateSubscriptionTargetResult withEnvironmentId(String environmentId)
The identifier of the environment in which a subscription target is to be updated.
environmentId
- The identifier of the environment in which a subscription target is to be updated.public void setId(String id)
Identifier of the subscription target that is to be updated.
id
- Identifier of the subscription target that is to be updated.public String getId()
Identifier of the subscription target that is to be updated.
public UpdateSubscriptionTargetResult withId(String id)
Identifier of the subscription target that is to be updated.
id
- Identifier of the subscription target that is to be updated.public void setManageAccessRole(String manageAccessRole)
The manage access role to be updated as part of the UpdateSubscriptionTarget
action.
manageAccessRole
- The manage access role to be updated as part of the UpdateSubscriptionTarget
action.public String getManageAccessRole()
The manage access role to be updated as part of the UpdateSubscriptionTarget
action.
UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withManageAccessRole(String manageAccessRole)
The manage access role to be updated as part of the UpdateSubscriptionTarget
action.
manageAccessRole
- The manage access role to be updated as part of the UpdateSubscriptionTarget
action.public void setName(String name)
The name to be updated as part of the UpdateSubscriptionTarget
action.
name
- The name to be updated as part of the UpdateSubscriptionTarget
action.public String getName()
The name to be updated as part of the UpdateSubscriptionTarget
action.
UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withName(String name)
The name to be updated as part of the UpdateSubscriptionTarget
action.
name
- The name to be updated as part of the UpdateSubscriptionTarget
action.public void setProjectId(String projectId)
The identifier of the project in which a subscription target is to be updated.
projectId
- The identifier of the project in which a subscription target is to be updated.public String getProjectId()
The identifier of the project in which a subscription target is to be updated.
public UpdateSubscriptionTargetResult withProjectId(String projectId)
The identifier of the project in which a subscription target is to be updated.
projectId
- The identifier of the project in which a subscription target is to be updated.public void setProvider(String provider)
The provider to be updated as part of the UpdateSubscriptionTarget
action.
provider
- The provider to be updated as part of the UpdateSubscriptionTarget
action.public String getProvider()
The provider to be updated as part of the UpdateSubscriptionTarget
action.
UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withProvider(String provider)
The provider to be updated as part of the UpdateSubscriptionTarget
action.
provider
- The provider to be updated as part of the UpdateSubscriptionTarget
action.public List<SubscriptionTargetForm> getSubscriptionTargetConfig()
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
UpdateSubscriptionTarget
action.public void setSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
subscriptionTargetConfig
- The configuration to be updated as part of the UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withSubscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
NOTE: This method appends the values to the existing list (if any). Use
setSubscriptionTargetConfig(java.util.Collection)
or
withSubscriptionTargetConfig(java.util.Collection)
if you want to override the existing values.
subscriptionTargetConfig
- The configuration to be updated as part of the UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withSubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
subscriptionTargetConfig
- The configuration to be updated as part of the UpdateSubscriptionTarget
action.public void setType(String type)
The type to be updated as part of the UpdateSubscriptionTarget
action.
type
- The type to be updated as part of the UpdateSubscriptionTarget
action.public String getType()
The type to be updated as part of the UpdateSubscriptionTarget
action.
UpdateSubscriptionTarget
action.public UpdateSubscriptionTargetResult withType(String type)
The type to be updated as part of the UpdateSubscriptionTarget
action.
type
- The type to be updated as part of the UpdateSubscriptionTarget
action.public void setUpdatedAt(Date updatedAt)
The timestamp of when the subscription target was updated.
updatedAt
- The timestamp of when the subscription target was updated.public Date getUpdatedAt()
The timestamp of when the subscription target was updated.
public UpdateSubscriptionTargetResult withUpdatedAt(Date updatedAt)
The timestamp of when the subscription target was updated.
updatedAt
- The timestamp of when the subscription target was updated.public void setUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription target.
updatedBy
- The Amazon DataZone user who updated the subscription target.public String getUpdatedBy()
The Amazon DataZone user who updated the subscription target.
public UpdateSubscriptionTargetResult withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription target.
updatedBy
- The Amazon DataZone user who updated the subscription target.public String toString()
toString
in class Object
Object.toString()
public UpdateSubscriptionTargetResult clone()