Class UserProperty
- java.lang.Object
- 
- software.amazon.awssdk.aws.greengrass.model.UserProperty
 
- 
- All Implemented Interfaces:
- EventStreamJsonMessage
 
 public class UserProperty extends Object implements EventStreamJsonMessage 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAPPLICATION_MODEL_TYPEstatic UserPropertyVOID
 - 
Constructor SummaryConstructors Constructor Description UserProperty()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rhs)StringgetApplicationModelType()Returns the named model type.StringgetKey()StringgetValue()inthashCode()voidsetKey(String key)voidsetValue(String value)UserPropertywithKey(String key)UserPropertywithValue(String value)- 
Methods inherited from class java.lang.ObjectgetClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.eventstreamrpc.model.EventStreamJsonMessagefromJson, isVoid, postFromJson, toPayload
 
- 
 
- 
- 
- 
Field Detail- 
APPLICATION_MODEL_TYPEpublic static final String APPLICATION_MODEL_TYPE - See Also:
- Constant Field Values
 
 - 
VOIDpublic static final UserProperty VOID 
 
- 
 - 
Method Detail- 
getKeypublic String getKey() 
 - 
setKeypublic void setKey(String key) 
 - 
withKeypublic UserProperty withKey(String key) 
 - 
getValuepublic String getValue() 
 - 
setValuepublic void setValue(String value) 
 - 
withValuepublic UserProperty withValue(String value) 
 - 
getApplicationModelTypepublic String getApplicationModelType() Description copied from interface:EventStreamJsonMessageReturns the named model type. May be used for a header.- Specified by:
- getApplicationModelTypein interface- EventStreamJsonMessage
- Returns:
- the named model type
 
 
- 
 
-