@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterByComponentType extends Object implements Serializable, Cloneable, StructuredPojo
Filter by component type.
| Constructor and Description |
|---|
FilterByComponentType() |
| Modifier and Type | Method and Description |
|---|---|
FilterByComponentType |
clone() |
boolean |
equals(Object obj) |
String |
getComponentTypeId()
The component type Id.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setComponentTypeId(String componentTypeId)
The component type Id.
|
String |
toString()
Returns a string representation of this object.
|
FilterByComponentType |
withComponentTypeId(String componentTypeId)
The component type Id.
|
public void setComponentTypeId(String componentTypeId)
The component type Id.
componentTypeId - The component type Id.public String getComponentTypeId()
The component type Id.
public FilterByComponentType withComponentTypeId(String componentTypeId)
The component type Id.
componentTypeId - The component type Id.public String toString()
toString in class ObjectObject.toString()public FilterByComponentType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.