@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterByAssetModel extends Object implements Serializable, Cloneable, StructuredPojo
Filter by asset model.
Constructor and Description |
---|
FilterByAssetModel() |
Modifier and Type | Method and Description |
---|---|
FilterByAssetModel |
clone() |
boolean |
equals(Object obj) |
String |
getAssetModelExternalId()
The external-Id property of an asset model.
|
String |
getAssetModelId()
The asset model Id.
|
Boolean |
getIncludeAssets()
Bolean to include assets.
|
Boolean |
getIncludeOffspring()
Include asset offspring.
|
int |
hashCode() |
Boolean |
isIncludeAssets()
Bolean to include assets.
|
Boolean |
isIncludeOffspring()
Include asset offspring.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetModelExternalId(String assetModelExternalId)
The external-Id property of an asset model.
|
void |
setAssetModelId(String assetModelId)
The asset model Id.
|
void |
setIncludeAssets(Boolean includeAssets)
Bolean to include assets.
|
void |
setIncludeOffspring(Boolean includeOffspring)
Include asset offspring.
|
String |
toString()
Returns a string representation of this object.
|
FilterByAssetModel |
withAssetModelExternalId(String assetModelExternalId)
The external-Id property of an asset model.
|
FilterByAssetModel |
withAssetModelId(String assetModelId)
The asset model Id.
|
FilterByAssetModel |
withIncludeAssets(Boolean includeAssets)
Bolean to include assets.
|
FilterByAssetModel |
withIncludeOffspring(Boolean includeOffspring)
Include asset offspring.
|
public void setAssetModelId(String assetModelId)
The asset model Id.
assetModelId
- The asset model Id.public String getAssetModelId()
The asset model Id.
public FilterByAssetModel withAssetModelId(String assetModelId)
The asset model Id.
assetModelId
- The asset model Id.public void setAssetModelExternalId(String assetModelExternalId)
The external-Id property of an asset model.
assetModelExternalId
- The external-Id property of an asset model.public String getAssetModelExternalId()
The external-Id property of an asset model.
public FilterByAssetModel withAssetModelExternalId(String assetModelExternalId)
The external-Id property of an asset model.
assetModelExternalId
- The external-Id property of an asset model.public void setIncludeOffspring(Boolean includeOffspring)
Include asset offspring. [need desc.]
includeOffspring
- Include asset offspring. [need desc.]public Boolean getIncludeOffspring()
Include asset offspring. [need desc.]
public FilterByAssetModel withIncludeOffspring(Boolean includeOffspring)
Include asset offspring. [need desc.]
includeOffspring
- Include asset offspring. [need desc.]public Boolean isIncludeOffspring()
Include asset offspring. [need desc.]
public void setIncludeAssets(Boolean includeAssets)
Bolean to include assets.
includeAssets
- Bolean to include assets.public Boolean getIncludeAssets()
Bolean to include assets.
public FilterByAssetModel withIncludeAssets(Boolean includeAssets)
Bolean to include assets.
includeAssets
- Bolean to include assets.public Boolean isIncludeAssets()
Bolean to include assets.
public String toString()
toString
in class Object
Object.toString()
public FilterByAssetModel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.