@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateHubRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateHubRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateHubRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHubDescription()
A description of the updated hub.
|
String |
getHubDisplayName()
The display name of the hub.
|
String |
getHubName()
The name of the hub to update.
|
List<String> |
getHubSearchKeywords()
The searchable keywords for the hub.
|
int |
hashCode() |
void |
setHubDescription(String hubDescription)
A description of the updated hub.
|
void |
setHubDisplayName(String hubDisplayName)
The display name of the hub.
|
void |
setHubName(String hubName)
The name of the hub to update.
|
void |
setHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
String |
toString()
Returns a string representation of this object.
|
UpdateHubRequest |
withHubDescription(String hubDescription)
A description of the updated hub.
|
UpdateHubRequest |
withHubDisplayName(String hubDisplayName)
The display name of the hub.
|
UpdateHubRequest |
withHubName(String hubName)
The name of the hub to update.
|
UpdateHubRequest |
withHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
UpdateHubRequest |
withHubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
|
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 setHubName(String hubName)
The name of the hub to update.
hubName
- The name of the hub to update.public String getHubName()
The name of the hub to update.
public UpdateHubRequest withHubName(String hubName)
The name of the hub to update.
hubName
- The name of the hub to update.public void setHubDescription(String hubDescription)
A description of the updated hub.
hubDescription
- A description of the updated hub.public String getHubDescription()
A description of the updated hub.
public UpdateHubRequest withHubDescription(String hubDescription)
A description of the updated hub.
hubDescription
- A description of the updated hub.public void setHubDisplayName(String hubDisplayName)
The display name of the hub.
hubDisplayName
- The display name of the hub.public String getHubDisplayName()
The display name of the hub.
public UpdateHubRequest withHubDisplayName(String hubDisplayName)
The display name of the hub.
hubDisplayName
- The display name of the hub.public List<String> getHubSearchKeywords()
The searchable keywords for the hub.
public void setHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords
- The searchable keywords for the hub.public UpdateHubRequest withHubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
NOTE: This method appends the values to the existing list (if any). Use
setHubSearchKeywords(java.util.Collection)
or withHubSearchKeywords(java.util.Collection)
if
you want to override the existing values.
hubSearchKeywords
- The searchable keywords for the hub.public UpdateHubRequest withHubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords
- The searchable keywords for the hub.public String toString()
toString
in class Object
Object.toString()
public UpdateHubRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()