@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteHubContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteHubContentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteHubContentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHubContentName()
The name of the content that you want to delete from a hub.
|
String |
getHubContentType()
The type of content that you want to delete from a hub.
|
String |
getHubContentVersion()
The version of the content that you want to delete from a hub.
|
String |
getHubName()
The name of the hub that you want to delete content in.
|
int |
hashCode() |
void |
setHubContentName(String hubContentName)
The name of the content that you want to delete from a hub.
|
void |
setHubContentType(String hubContentType)
The type of content that you want to delete from a hub.
|
void |
setHubContentVersion(String hubContentVersion)
The version of the content that you want to delete from a hub.
|
void |
setHubName(String hubName)
The name of the hub that you want to delete content in.
|
String |
toString()
Returns a string representation of this object.
|
DeleteHubContentRequest |
withHubContentName(String hubContentName)
The name of the content that you want to delete from a hub.
|
DeleteHubContentRequest |
withHubContentType(HubContentType hubContentType)
The type of content that you want to delete from a hub.
|
DeleteHubContentRequest |
withHubContentType(String hubContentType)
The type of content that you want to delete from a hub.
|
DeleteHubContentRequest |
withHubContentVersion(String hubContentVersion)
The version of the content that you want to delete from a hub.
|
DeleteHubContentRequest |
withHubName(String hubName)
The name of the hub that you want to delete content in.
|
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 that you want to delete content in.
hubName
- The name of the hub that you want to delete content in.public String getHubName()
The name of the hub that you want to delete content in.
public DeleteHubContentRequest withHubName(String hubName)
The name of the hub that you want to delete content in.
hubName
- The name of the hub that you want to delete content in.public void setHubContentType(String hubContentType)
The type of content that you want to delete from a hub.
hubContentType
- The type of content that you want to delete from a hub.HubContentType
public String getHubContentType()
The type of content that you want to delete from a hub.
HubContentType
public DeleteHubContentRequest withHubContentType(String hubContentType)
The type of content that you want to delete from a hub.
hubContentType
- The type of content that you want to delete from a hub.HubContentType
public DeleteHubContentRequest withHubContentType(HubContentType hubContentType)
The type of content that you want to delete from a hub.
hubContentType
- The type of content that you want to delete from a hub.HubContentType
public void setHubContentName(String hubContentName)
The name of the content that you want to delete from a hub.
hubContentName
- The name of the content that you want to delete from a hub.public String getHubContentName()
The name of the content that you want to delete from a hub.
public DeleteHubContentRequest withHubContentName(String hubContentName)
The name of the content that you want to delete from a hub.
hubContentName
- The name of the content that you want to delete from a hub.public void setHubContentVersion(String hubContentVersion)
The version of the content that you want to delete from a hub.
hubContentVersion
- The version of the content that you want to delete from a hub.public String getHubContentVersion()
The version of the content that you want to delete from a hub.
public DeleteHubContentRequest withHubContentVersion(String hubContentVersion)
The version of the content that you want to delete from a hub.
hubContentVersion
- The version of the content that you want to delete from a hub.public String toString()
toString
in class Object
Object.toString()
public DeleteHubContentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()