* An object that maps strings to the properties and latest property values in the response. Each string in the * mapping must be unique to this object. *
*/ private java.util.Map* The string that specifies the next page of results. *
*/ private String nextToken; /** ** A table of property values. *
*/ private java.util.List* An object that maps strings to the properties and latest property values in the response. Each string in the * mapping must be unique to this object. *
* * @return An object that maps strings to the properties and latest property values in the response. Each string in * the mapping must be unique to this object. */ public java.util.Map* An object that maps strings to the properties and latest property values in the response. Each string in the * mapping must be unique to this object. *
* * @param propertyValues * An object that maps strings to the properties and latest property values in the response. Each string in * the mapping must be unique to this object. */ public void setPropertyValues(java.util.Map* An object that maps strings to the properties and latest property values in the response. Each string in the * mapping must be unique to this object. *
* * @param propertyValues * An object that maps strings to the properties and latest property values in the response. Each string in * the mapping must be unique to this object. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPropertyValueResult withPropertyValues(java.util.Map* The string that specifies the next page of results. *
* * @param nextToken * The string that specifies the next page of results. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** ** The string that specifies the next page of results. *
* * @return The string that specifies the next page of results. */ public String getNextToken() { return this.nextToken; } /** ** The string that specifies the next page of results. *
* * @param nextToken * The string that specifies the next page of results. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPropertyValueResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** ** A table of property values. *
* * @return A table of property values. */ public java.util.List* A table of property values. *
* * @param tabularPropertyValues * A table of property values. */ public void setTabularPropertyValues(java.util.Collection* A table of property values. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTabularPropertyValues(java.util.Collection)} or * {@link #withTabularPropertyValues(java.util.Collection)} if you want to override the existing values. *
* * @param tabularPropertyValues * A table of property values. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPropertyValueResult withTabularPropertyValues(java.util.List* A table of property values. *
* * @param tabularPropertyValues * A table of property values. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPropertyValueResult withTabularPropertyValues(java.util.Collection