@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateIdentityProviderConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateIdentityProviderConfigResult() |
Modifier and Type | Method and Description |
---|---|
AssociateIdentityProviderConfigResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
AssociateIdentityProviderConfigResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
AssociateIdentityProviderConfigResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The tags for the resource.
|
Update |
getUpdate() |
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The tags for the resource.
|
void |
setUpdate(Update update) |
String |
toString()
Returns a string representation of this object.
|
AssociateIdentityProviderConfigResult |
withTags(Map<String,String> tags)
The tags for the resource.
|
AssociateIdentityProviderConfigResult |
withUpdate(Update update) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AssociateIdentityProviderConfigResult()
public void setUpdate(Update update)
update
- public Update getUpdate()
public AssociateIdentityProviderConfigResult withUpdate(Update update)
update
- public Map<String,String> getTags()
The tags for the resource.
public void setTags(Map<String,String> tags)
The tags for the resource.
tags
- The tags for the resource.public AssociateIdentityProviderConfigResult withTags(Map<String,String> tags)
The tags for the resource.
tags
- The tags for the resource.public AssociateIdentityProviderConfigResult addTagsEntry(String key, String value)
public AssociateIdentityProviderConfigResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public AssociateIdentityProviderConfigResult clone()