@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateRepositoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateRepositoryResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateRepositoryResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DisassociateRepositoryResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DisassociateRepositoryResult |
clone() |
boolean |
equals(Object obj) |
RepositoryAssociation |
getRepositoryAssociation()
Information about the disassociated repository.
|
Map<String,String> |
getTags()
An array of key-value pairs used to tag an associated repository.
|
int |
hashCode() |
void |
setRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the disassociated repository.
|
void |
setTags(Map<String,String> tags)
An array of key-value pairs used to tag an associated repository.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateRepositoryResult |
withRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the disassociated repository.
|
DisassociateRepositoryResult |
withTags(Map<String,String> tags)
An array of key-value pairs used to tag an associated repository.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the disassociated repository.
repositoryAssociation
- Information about the disassociated repository.public RepositoryAssociation getRepositoryAssociation()
Information about the disassociated repository.
public DisassociateRepositoryResult withRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the disassociated repository.
repositoryAssociation
- Information about the disassociated repository.public Map<String,String> getTags()
An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with two parts:
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
,
or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case
sensitive.
A tag key (for example, CostCenter
, Environment
, Project
,
or Secret
). Tag keys are case sensitive.
An optional field known as a tag value (for example, 111122223333
,
Production
, or a team name). Omitting the tag value is the same as using an empty string.
Like tag keys, tag values are case sensitive.
public void setTags(Map<String,String> tags)
An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with two parts:
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
,
or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case
sensitive.
tags
- An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with
two parts:
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case sensitive.
An optional field known as a tag value (for example, 111122223333
,
Production
, or a team name). Omitting the tag value is the same as using an empty string.
Like tag keys, tag values are case sensitive.
public DisassociateRepositoryResult withTags(Map<String,String> tags)
An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with two parts:
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case sensitive.
An optional field known as a tag value (for example, 111122223333
, Production
,
or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case
sensitive.
tags
- An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with
two parts:
A tag key (for example, CostCenter
, Environment
, Project
, or
Secret
). Tag keys are case sensitive.
An optional field known as a tag value (for example, 111122223333
,
Production
, or a team name). Omitting the tag value is the same as using an empty string.
Like tag keys, tag values are case sensitive.
public DisassociateRepositoryResult addTagsEntry(String key, String value)
public DisassociateRepositoryResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DisassociateRepositoryResult clone()