@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TypeSummary extends Object implements Serializable, Cloneable
Contains summary information about the specified CloudFormation type.
| Constructor and Description |
|---|
TypeSummary() |
| Modifier and Type | Method and Description |
|---|---|
TypeSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultVersionId()
The ID of the default version of the type.
|
String |
getDescription()
The description of the type.
|
Date |
getLastUpdated()
When the current default version of the type was registered.
|
String |
getType()
The kind of type.
|
String |
getTypeArn()
The Amazon Resource Name (ARN) of the type.
|
String |
getTypeName()
The name of the type.
|
int |
hashCode() |
void |
setDefaultVersionId(String defaultVersionId)
The ID of the default version of the type.
|
void |
setDescription(String description)
The description of the type.
|
void |
setLastUpdated(Date lastUpdated)
When the current default version of the type was registered.
|
void |
setType(String type)
The kind of type.
|
void |
setTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
|
void |
setTypeName(String typeName)
The name of the type.
|
String |
toString()
Returns a string representation of this object.
|
TypeSummary |
withDefaultVersionId(String defaultVersionId)
The ID of the default version of the type.
|
TypeSummary |
withDescription(String description)
The description of the type.
|
TypeSummary |
withLastUpdated(Date lastUpdated)
When the current default version of the type was registered.
|
TypeSummary |
withType(RegistryType type)
The kind of type.
|
TypeSummary |
withType(String type)
The kind of type.
|
TypeSummary |
withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
|
TypeSummary |
withTypeName(String typeName)
The name of the type.
|
public void setType(String type)
The kind of type.
type - The kind of type.RegistryTypepublic String getType()
The kind of type.
RegistryTypepublic TypeSummary withType(String type)
The kind of type.
type - The kind of type.RegistryTypepublic TypeSummary withType(RegistryType type)
The kind of type.
type - The kind of type.RegistryTypepublic void setTypeName(String typeName)
The name of the type.
typeName - The name of the type.public String getTypeName()
The name of the type.
public TypeSummary withTypeName(String typeName)
The name of the type.
typeName - The name of the type.public void setDefaultVersionId(String defaultVersionId)
The ID of the default version of the type. The default version is used when the type version is not specified.
To set the default version of a type, use SetTypeDefaultVersion .
defaultVersionId - The ID of the default version of the type. The default version is used when the type version is not
specified.
To set the default version of a type, use SetTypeDefaultVersion .
public String getDefaultVersionId()
The ID of the default version of the type. The default version is used when the type version is not specified.
To set the default version of a type, use SetTypeDefaultVersion .
To set the default version of a type, use SetTypeDefaultVersion .
public TypeSummary withDefaultVersionId(String defaultVersionId)
The ID of the default version of the type. The default version is used when the type version is not specified.
To set the default version of a type, use SetTypeDefaultVersion .
defaultVersionId - The ID of the default version of the type. The default version is used when the type version is not
specified.
To set the default version of a type, use SetTypeDefaultVersion .
public void setTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
typeArn - The Amazon Resource Name (ARN) of the type.public String getTypeArn()
The Amazon Resource Name (ARN) of the type.
public TypeSummary withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
typeArn - The Amazon Resource Name (ARN) of the type.public void setLastUpdated(Date lastUpdated)
When the current default version of the type was registered.
lastUpdated - When the current default version of the type was registered.public Date getLastUpdated()
When the current default version of the type was registered.
public TypeSummary withLastUpdated(Date lastUpdated)
When the current default version of the type was registered.
lastUpdated - When the current default version of the type was registered.public void setDescription(String description)
The description of the type.
description - The description of the type.public String getDescription()
The description of the type.
public TypeSummary withDescription(String description)
The description of the type.
description - The description of the type.public String toString()
toString in class ObjectObject.toString()public TypeSummary clone()
Copyright © 2020. All rights reserved.