* The update message. *
*/ private String message; /** ** The IDs of the operations. *
*/ private java.util.List* The update message. *
* * @param message * The update message. */ public void setMessage(String message) { this.message = message; } /** ** The update message. *
* * @return The update message. */ public String getMessage() { return this.message; } /** ** The update message. *
* * @param message * The update message. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateApplicationSettingsResult withMessage(String message) { setMessage(message); return this; } /** ** The IDs of the operations. *
* * @return The IDs of the operations. */ public java.util.List* The IDs of the operations. *
* * @param operationIds * The IDs of the operations. */ public void setOperationIds(java.util.Collection* The IDs of the operations. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setOperationIds(java.util.Collection)} or {@link #withOperationIds(java.util.Collection)} if you want to * override the existing values. *
* * @param operationIds * The IDs of the operations. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateApplicationSettingsResult withOperationIds(String... operationIds) { if (this.operationIds == null) { setOperationIds(new java.util.ArrayList* The IDs of the operations. *
* * @param operationIds * The IDs of the operations. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateApplicationSettingsResult withOperationIds(java.util.Collection