@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetTypeDefaultVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SetTypeDefaultVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetTypeDefaultVersionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the type for which you want version summary information.
|
String |
getType()
The kind of type.
|
String |
getTypeName()
The name of the type.
|
String |
getVersionId()
The ID of a specific version of the type.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
|
void |
setType(String type)
The kind of type.
|
void |
setTypeName(String typeName)
The name of the type.
|
void |
setVersionId(String versionId)
The ID of a specific version of the type.
|
String |
toString()
Returns a string representation of this object.
|
SetTypeDefaultVersionRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
|
SetTypeDefaultVersionRequest |
withType(RegistryType type)
The kind of type.
|
SetTypeDefaultVersionRequest |
withType(String type)
The kind of type.
|
SetTypeDefaultVersionRequest |
withTypeName(String typeName)
The name of the type.
|
SetTypeDefaultVersionRequest |
withVersionId(String versionId)
The ID of a specific version of the type.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setArn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
arn - The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
public String getArn()
The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public SetTypeDefaultVersionRequest withArn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
arn - The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
public void setType(String type)
The kind of type.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of type.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic String getType()
The kind of type.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic SetTypeDefaultVersionRequest withType(String type)
The kind of type.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of type.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic SetTypeDefaultVersionRequest withType(RegistryType type)
The kind of type.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of type.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic void setTypeName(String typeName)
The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
public String getTypeName()
The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public SetTypeDefaultVersionRequest withTypeName(String typeName)
The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
public void setVersionId(String versionId)
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
versionId - The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource
Name (ARN) assigned to the type version when it is registered.public String getVersionId()
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
public SetTypeDefaultVersionRequest withVersionId(String versionId)
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
versionId - The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource
Name (ARN) assigned to the type version when it is registered.public String toString()
toString in class ObjectObject.toString()public SetTypeDefaultVersionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.