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