@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Component extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Component() |
public void setComponentId(String componentId)
componentId - public String getComponentId()
public Component withComponentId(String componentId)
componentId - public void setApplicationId(String applicationId)
applicationId - public String getApplicationId()
public Component withApplicationId(String applicationId)
applicationId - public void setComponentType(String componentType)
componentType - ComponentTypepublic String getComponentType()
ComponentTypepublic Component withComponentType(String componentType)
componentType - ComponentTypepublic Component withComponentType(ComponentType componentType)
componentType - ComponentTypepublic void setStatus(String status)
status - ComponentStatuspublic String getStatus()
ComponentStatuspublic Component withStatus(String status)
status - ComponentStatuspublic Component withStatus(ComponentStatus status)
status - ComponentStatuspublic void setDatabases(Collection<String> databases)
databases - public Component withDatabases(String... databases)
NOTE: This method appends the values to the existing list (if any). Use
setDatabases(java.util.Collection) or withDatabases(java.util.Collection) if you want to
override the existing values.
databases - public Component withDatabases(Collection<String> databases)
databases - public void setHosts(Collection<Host> hosts)
hosts - public Component withHosts(Host... hosts)
NOTE: This method appends the values to the existing list (if any). Use
setHosts(java.util.Collection) or withHosts(java.util.Collection) if you want to override the
existing values.
hosts - public Component withHosts(Collection<Host> hosts)
hosts - public void setPrimaryHost(String primaryHost)
primaryHost - public String getPrimaryHost()
public Component withPrimaryHost(String primaryHost)
primaryHost - public void setLastUpdated(Date lastUpdated)
lastUpdated - public Date getLastUpdated()
public Component withLastUpdated(Date lastUpdated)
lastUpdated - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.