@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ComponentSummary() |
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ComponentSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
ComponentSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
|
String |
getComponentId()
|
String |
getComponentType()
|
Map<String,String> |
getTags()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationId(String applicationId)
|
void |
setComponentId(String componentId)
|
void |
setComponentType(String componentType)
|
void |
setTags(Map<String,String> tags)
|
String |
toString()
Returns a string representation of this object.
|
ComponentSummary |
withApplicationId(String applicationId)
|
ComponentSummary |
withComponentId(String componentId)
|
ComponentSummary |
withComponentType(ComponentType componentType)
|
ComponentSummary |
withComponentType(String componentType)
|
ComponentSummary |
withTags(Map<String,String> tags)
|
public void setApplicationId(String applicationId)
applicationId - public String getApplicationId()
public ComponentSummary withApplicationId(String applicationId)
applicationId - public void setComponentId(String componentId)
componentId - public String getComponentId()
public ComponentSummary withComponentId(String componentId)
componentId - public void setComponentType(String componentType)
componentType - ComponentTypepublic String getComponentType()
ComponentTypepublic ComponentSummary withComponentType(String componentType)
componentType - ComponentTypepublic ComponentSummary withComponentType(ComponentType componentType)
componentType - ComponentTypepublic ComponentSummary withTags(Map<String,String> tags)
tags - public ComponentSummary addTagsEntry(String key, String value)
public ComponentSummary clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ComponentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.