@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the component.
| 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()
The ID of the application.
|
String |
getComponentId()
The ID of the component.
|
String |
getComponentType()
The type of the component.
|
Map<String,String> |
getTags()
The tags of the component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationId(String applicationId)
The ID of the application.
|
void |
setComponentId(String componentId)
The ID of the component.
|
void |
setComponentType(String componentType)
The type of the component.
|
void |
setTags(Map<String,String> tags)
The tags of the component.
|
String |
toString()
Returns a string representation of this object.
|
ComponentSummary |
withApplicationId(String applicationId)
The ID of the application.
|
ComponentSummary |
withComponentId(String componentId)
The ID of the component.
|
ComponentSummary |
withComponentType(ComponentType componentType)
The type of the component.
|
ComponentSummary |
withComponentType(String componentType)
The type of the component.
|
ComponentSummary |
withTags(Map<String,String> tags)
The tags of the component.
|
public void setApplicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.public String getApplicationId()
The ID of the application.
public ComponentSummary withApplicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.public void setComponentId(String componentId)
The ID of the component.
componentId - The ID of the component.public String getComponentId()
The ID of the component.
public ComponentSummary withComponentId(String componentId)
The ID of the component.
componentId - The ID of the component.public void setComponentType(String componentType)
The type of the component.
componentType - The type of the component.ComponentTypepublic String getComponentType()
The type of the component.
ComponentTypepublic ComponentSummary withComponentType(String componentType)
The type of the component.
componentType - The type of the component.ComponentTypepublic ComponentSummary withComponentType(ComponentType componentType)
The type of the component.
componentType - The type of the component.ComponentTypepublic Map<String,String> getTags()
The tags of the component.
public void setTags(Map<String,String> tags)
The tags of the component.
tags - The tags of the component.public ComponentSummary withTags(Map<String,String> tags)
The tags of the component.
tags - The tags of the component.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.