@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStackRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateStackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAttributesToDelete()
The stack attributes to delete.
|
Boolean |
getDeleteStorageConnectors()
Deprecated.
|
String |
getDescription()
The description for display.
|
String |
getDisplayName()
The stack name for display.
|
String |
getName()
The name of the stack.
|
String |
getRedirectURL()
The URL the user is redirected to after the streaming session ends.
|
List<StorageConnector> |
getStorageConnectors()
The storage connectors to enable.
|
int |
hashCode() |
Boolean |
isDeleteStorageConnectors()
Deprecated.
|
void |
setAttributesToDelete(Collection<String> attributesToDelete)
The stack attributes to delete.
|
void |
setDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deprecated.
|
void |
setDescription(String description)
The description for display.
|
void |
setDisplayName(String displayName)
The stack name for display.
|
void |
setName(String name)
The name of the stack.
|
void |
setRedirectURL(String redirectURL)
The URL the user is redirected to after the streaming session ends.
|
void |
setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateStackRequest |
withAttributesToDelete(Collection<String> attributesToDelete)
The stack attributes to delete.
|
UpdateStackRequest |
withAttributesToDelete(StackAttribute... attributesToDelete)
The stack attributes to delete.
|
UpdateStackRequest |
withAttributesToDelete(String... attributesToDelete)
The stack attributes to delete.
|
UpdateStackRequest |
withDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deprecated.
|
UpdateStackRequest |
withDescription(String description)
The description for display.
|
UpdateStackRequest |
withDisplayName(String displayName)
The stack name for display.
|
UpdateStackRequest |
withName(String name)
The name of the stack.
|
UpdateStackRequest |
withRedirectURL(String redirectURL)
The URL the user is redirected to after the streaming session ends.
|
UpdateStackRequest |
withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
UpdateStackRequest |
withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDisplayName(String displayName)
The stack name for display.
displayName
- The stack name for display.public String getDisplayName()
The stack name for display.
public UpdateStackRequest withDisplayName(String displayName)
The stack name for display.
displayName
- The stack name for display.public void setDescription(String description)
The description for display.
description
- The description for display.public String getDescription()
The description for display.
public UpdateStackRequest withDescription(String description)
The description for display.
description
- The description for display.public void setName(String name)
The name of the stack.
name
- The name of the stack.public String getName()
The name of the stack.
public UpdateStackRequest withName(String name)
The name of the stack.
name
- The name of the stack.public List<StorageConnector> getStorageConnectors()
The storage connectors to enable.
public void setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors
- The storage connectors to enable.public UpdateStackRequest withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
NOTE: This method appends the values to the existing list (if any). Use
setStorageConnectors(java.util.Collection)
or withStorageConnectors(java.util.Collection)
if
you want to override the existing values.
storageConnectors
- The storage connectors to enable.public UpdateStackRequest withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors
- The storage connectors to enable.@Deprecated public void setDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deletes the storage connectors currently enabled for the stack.
deleteStorageConnectors
- Deletes the storage connectors currently enabled for the stack.@Deprecated public Boolean getDeleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
@Deprecated public UpdateStackRequest withDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deletes the storage connectors currently enabled for the stack.
deleteStorageConnectors
- Deletes the storage connectors currently enabled for the stack.@Deprecated public Boolean isDeleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
public void setRedirectURL(String redirectURL)
The URL the user is redirected to after the streaming session ends.
redirectURL
- The URL the user is redirected to after the streaming session ends.public String getRedirectURL()
The URL the user is redirected to after the streaming session ends.
public UpdateStackRequest withRedirectURL(String redirectURL)
The URL the user is redirected to after the streaming session ends.
redirectURL
- The URL the user is redirected to after the streaming session ends.public List<String> getAttributesToDelete()
The stack attributes to delete.
StackAttribute
public void setAttributesToDelete(Collection<String> attributesToDelete)
The stack attributes to delete.
attributesToDelete
- The stack attributes to delete.StackAttribute
public UpdateStackRequest withAttributesToDelete(String... attributesToDelete)
The stack attributes to delete.
NOTE: This method appends the values to the existing list (if any). Use
setAttributesToDelete(java.util.Collection)
or withAttributesToDelete(java.util.Collection)
if
you want to override the existing values.
attributesToDelete
- The stack attributes to delete.StackAttribute
public UpdateStackRequest withAttributesToDelete(Collection<String> attributesToDelete)
The stack attributes to delete.
attributesToDelete
- The stack attributes to delete.StackAttribute
public UpdateStackRequest withAttributesToDelete(StackAttribute... attributesToDelete)
The stack attributes to delete.
attributesToDelete
- The stack attributes to delete.StackAttribute
public String toString()
toString
in class Object
Object.toString()
public UpdateStackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.