@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteHubContentReferenceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteHubContentReferenceRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteHubContentReferenceRequest |
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 hub content to delete.
|
String |
getHubContentType()
The type of hub content reference to delete.
|
String |
getHubName()
The name of the hub to delete the hub content reference from.
|
int |
hashCode() |
void |
setHubContentName(String hubContentName)
The name of the hub content to delete.
|
void |
setHubContentType(String hubContentType)
The type of hub content reference to delete.
|
void |
setHubName(String hubName)
The name of the hub to delete the hub content reference from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteHubContentReferenceRequest |
withHubContentName(String hubContentName)
The name of the hub content to delete.
|
DeleteHubContentReferenceRequest |
withHubContentType(HubContentType hubContentType)
The type of hub content reference to delete.
|
DeleteHubContentReferenceRequest |
withHubContentType(String hubContentType)
The type of hub content reference to delete.
|
DeleteHubContentReferenceRequest |
withHubName(String hubName)
The name of the hub to delete the hub content reference from.
|
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 delete the hub content reference from.
hubName
- The name of the hub to delete the hub content reference from.public String getHubName()
The name of the hub to delete the hub content reference from.
public DeleteHubContentReferenceRequest withHubName(String hubName)
The name of the hub to delete the hub content reference from.
hubName
- The name of the hub to delete the hub content reference from.public void setHubContentType(String hubContentType)
The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.
hubContentType
- The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.HubContentType
public String getHubContentType()
The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.
ModelReference
.HubContentType
public DeleteHubContentReferenceRequest withHubContentType(String hubContentType)
The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.
hubContentType
- The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.HubContentType
public DeleteHubContentReferenceRequest withHubContentType(HubContentType hubContentType)
The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.
hubContentType
- The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.HubContentType
public void setHubContentName(String hubContentName)
The name of the hub content to delete.
hubContentName
- The name of the hub content to delete.public String getHubContentName()
The name of the hub content to delete.
public DeleteHubContentReferenceRequest withHubContentName(String hubContentName)
The name of the hub content to delete.
hubContentName
- The name of the hub content to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteHubContentReferenceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.