@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyDefinitionResponse extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains response data from a property definition request.
Constructor and Description |
---|
PropertyDefinitionResponse() |
Modifier and Type | Method and Description |
---|---|
PropertyDefinitionResponse |
addConfigurationEntry(String key,
String value)
Add a single Configuration entry
|
PropertyDefinitionResponse |
clearConfigurationEntries()
Removes all the entries added into Configuration.
|
PropertyDefinitionResponse |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getConfiguration()
A mapping that specifies configuration information about the property.
|
DataType |
getDataType()
An object that contains information about the data type.
|
DataValue |
getDefaultValue()
An object that contains the default value.
|
String |
getDisplayName()
A friendly name for the property.
|
Boolean |
getIsExternalId()
A Boolean value that specifies whether the property ID comes from an external data store.
|
Boolean |
getIsFinal()
A Boolean value that specifies whether the property definition can be updated.
|
Boolean |
getIsImported()
A Boolean value that specifies whether the property definition is imported from an external data store.
|
Boolean |
getIsInherited()
A Boolean value that specifies whether the property definition is inherited from a parent entity.
|
Boolean |
getIsRequiredInEntity()
A Boolean value that specifies whether the property is required in an entity.
|
Boolean |
getIsStoredExternally()
A Boolean value that specifies whether the property is stored externally.
|
Boolean |
getIsTimeSeries()
A Boolean value that specifies whether the property consists of time series data.
|
int |
hashCode() |
Boolean |
isExternalId()
A Boolean value that specifies whether the property ID comes from an external data store.
|
Boolean |
isFinal()
A Boolean value that specifies whether the property definition can be updated.
|
Boolean |
isImported()
A Boolean value that specifies whether the property definition is imported from an external data store.
|
Boolean |
isInherited()
A Boolean value that specifies whether the property definition is inherited from a parent entity.
|
Boolean |
isRequiredInEntity()
A Boolean value that specifies whether the property is required in an entity.
|
Boolean |
isStoredExternally()
A Boolean value that specifies whether the property is stored externally.
|
Boolean |
isTimeSeries()
A Boolean value that specifies whether the property consists of time series data.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfiguration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
|
void |
setDataType(DataType dataType)
An object that contains information about the data type.
|
void |
setDefaultValue(DataValue defaultValue)
An object that contains the default value.
|
void |
setDisplayName(String displayName)
A friendly name for the property.
|
void |
setIsExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
|
void |
setIsFinal(Boolean isFinal)
A Boolean value that specifies whether the property definition can be updated.
|
void |
setIsImported(Boolean isImported)
A Boolean value that specifies whether the property definition is imported from an external data store.
|
void |
setIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property definition is inherited from a parent entity.
|
void |
setIsRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required in an entity.
|
void |
setIsStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
|
void |
setIsTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
|
String |
toString()
Returns a string representation of this object.
|
PropertyDefinitionResponse |
withConfiguration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
|
PropertyDefinitionResponse |
withDataType(DataType dataType)
An object that contains information about the data type.
|
PropertyDefinitionResponse |
withDefaultValue(DataValue defaultValue)
An object that contains the default value.
|
PropertyDefinitionResponse |
withDisplayName(String displayName)
A friendly name for the property.
|
PropertyDefinitionResponse |
withIsExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
|
PropertyDefinitionResponse |
withIsFinal(Boolean isFinal)
A Boolean value that specifies whether the property definition can be updated.
|
PropertyDefinitionResponse |
withIsImported(Boolean isImported)
A Boolean value that specifies whether the property definition is imported from an external data store.
|
PropertyDefinitionResponse |
withIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property definition is inherited from a parent entity.
|
PropertyDefinitionResponse |
withIsRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required in an entity.
|
PropertyDefinitionResponse |
withIsStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
|
PropertyDefinitionResponse |
withIsTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
|
public void setDataType(DataType dataType)
An object that contains information about the data type.
dataType
- An object that contains information about the data type.public DataType getDataType()
An object that contains information about the data type.
public PropertyDefinitionResponse withDataType(DataType dataType)
An object that contains information about the data type.
dataType
- An object that contains information about the data type.public void setIsTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
isTimeSeries
- A Boolean value that specifies whether the property consists of time series data.public Boolean getIsTimeSeries()
A Boolean value that specifies whether the property consists of time series data.
public PropertyDefinitionResponse withIsTimeSeries(Boolean isTimeSeries)
A Boolean value that specifies whether the property consists of time series data.
isTimeSeries
- A Boolean value that specifies whether the property consists of time series data.public Boolean isTimeSeries()
A Boolean value that specifies whether the property consists of time series data.
public void setIsRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required in an entity.
isRequiredInEntity
- A Boolean value that specifies whether the property is required in an entity.public Boolean getIsRequiredInEntity()
A Boolean value that specifies whether the property is required in an entity.
public PropertyDefinitionResponse withIsRequiredInEntity(Boolean isRequiredInEntity)
A Boolean value that specifies whether the property is required in an entity.
isRequiredInEntity
- A Boolean value that specifies whether the property is required in an entity.public Boolean isRequiredInEntity()
A Boolean value that specifies whether the property is required in an entity.
public void setIsExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
isExternalId
- A Boolean value that specifies whether the property ID comes from an external data store.public Boolean getIsExternalId()
A Boolean value that specifies whether the property ID comes from an external data store.
public PropertyDefinitionResponse withIsExternalId(Boolean isExternalId)
A Boolean value that specifies whether the property ID comes from an external data store.
isExternalId
- A Boolean value that specifies whether the property ID comes from an external data store.public Boolean isExternalId()
A Boolean value that specifies whether the property ID comes from an external data store.
public void setIsStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
isStoredExternally
- A Boolean value that specifies whether the property is stored externally.public Boolean getIsStoredExternally()
A Boolean value that specifies whether the property is stored externally.
public PropertyDefinitionResponse withIsStoredExternally(Boolean isStoredExternally)
A Boolean value that specifies whether the property is stored externally.
isStoredExternally
- A Boolean value that specifies whether the property is stored externally.public Boolean isStoredExternally()
A Boolean value that specifies whether the property is stored externally.
public void setIsImported(Boolean isImported)
A Boolean value that specifies whether the property definition is imported from an external data store.
isImported
- A Boolean value that specifies whether the property definition is imported from an external data store.public Boolean getIsImported()
A Boolean value that specifies whether the property definition is imported from an external data store.
public PropertyDefinitionResponse withIsImported(Boolean isImported)
A Boolean value that specifies whether the property definition is imported from an external data store.
isImported
- A Boolean value that specifies whether the property definition is imported from an external data store.public Boolean isImported()
A Boolean value that specifies whether the property definition is imported from an external data store.
public void setIsFinal(Boolean isFinal)
A Boolean value that specifies whether the property definition can be updated.
isFinal
- A Boolean value that specifies whether the property definition can be updated.public Boolean getIsFinal()
A Boolean value that specifies whether the property definition can be updated.
public PropertyDefinitionResponse withIsFinal(Boolean isFinal)
A Boolean value that specifies whether the property definition can be updated.
isFinal
- A Boolean value that specifies whether the property definition can be updated.public Boolean isFinal()
A Boolean value that specifies whether the property definition can be updated.
public void setIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property definition is inherited from a parent entity.
isInherited
- A Boolean value that specifies whether the property definition is inherited from a parent entity.public Boolean getIsInherited()
A Boolean value that specifies whether the property definition is inherited from a parent entity.
public PropertyDefinitionResponse withIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property definition is inherited from a parent entity.
isInherited
- A Boolean value that specifies whether the property definition is inherited from a parent entity.public Boolean isInherited()
A Boolean value that specifies whether the property definition is inherited from a parent entity.
public void setDefaultValue(DataValue defaultValue)
An object that contains the default value.
defaultValue
- An object that contains the default value.public DataValue getDefaultValue()
An object that contains the default value.
public PropertyDefinitionResponse withDefaultValue(DataValue defaultValue)
An object that contains the default value.
defaultValue
- An object that contains the default value.public Map<String,String> getConfiguration()
A mapping that specifies configuration information about the property.
public void setConfiguration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
configuration
- A mapping that specifies configuration information about the property.public PropertyDefinitionResponse withConfiguration(Map<String,String> configuration)
A mapping that specifies configuration information about the property.
configuration
- A mapping that specifies configuration information about the property.public PropertyDefinitionResponse addConfigurationEntry(String key, String value)
public PropertyDefinitionResponse clearConfigurationEntries()
public void setDisplayName(String displayName)
A friendly name for the property.
displayName
- A friendly name for the property.public String getDisplayName()
A friendly name for the property.
public PropertyDefinitionResponse withDisplayName(String displayName)
A friendly name for the property.
displayName
- A friendly name for the property.public String toString()
toString
in class Object
Object.toString()
public PropertyDefinitionResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.