@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HostedConfigurationVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the configuration.
Constructor and Description |
---|
HostedConfigurationVersionSummary() |
Modifier and Type | Method and Description |
---|---|
HostedConfigurationVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The application ID.
|
String |
getConfigurationProfileId()
The configuration profile ID.
|
String |
getContentType()
A standard MIME type describing the format of the configuration content.
|
String |
getDescription()
A description of the configuration.
|
String |
getKmsKeyArn()
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the
configuration data in the AppConfig hosted configuration store.
|
String |
getVersionLabel()
A user-defined label for an AppConfig hosted configuration version.
|
Integer |
getVersionNumber()
The configuration version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The application ID.
|
void |
setConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
void |
setContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
void |
setDescription(String description)
A description of the configuration.
|
void |
setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the
configuration data in the AppConfig hosted configuration store.
|
void |
setVersionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
|
void |
setVersionNumber(Integer versionNumber)
The configuration version.
|
String |
toString()
Returns a string representation of this object.
|
HostedConfigurationVersionSummary |
withApplicationId(String applicationId)
The application ID.
|
HostedConfigurationVersionSummary |
withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
HostedConfigurationVersionSummary |
withContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
HostedConfigurationVersionSummary |
withDescription(String description)
A description of the configuration.
|
HostedConfigurationVersionSummary |
withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the
configuration data in the AppConfig hosted configuration store.
|
HostedConfigurationVersionSummary |
withVersionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
|
HostedConfigurationVersionSummary |
withVersionNumber(Integer versionNumber)
The configuration version.
|
public void setApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public String getApplicationId()
The application ID.
public HostedConfigurationVersionSummary withApplicationId(String applicationId)
The application ID.
applicationId
- The application ID.public void setConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId
- The configuration profile ID.public String getConfigurationProfileId()
The configuration profile ID.
public HostedConfigurationVersionSummary withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId
- The configuration profile ID.public void setVersionNumber(Integer versionNumber)
The configuration version.
versionNumber
- The configuration version.public Integer getVersionNumber()
The configuration version.
public HostedConfigurationVersionSummary withVersionNumber(Integer versionNumber)
The configuration version.
versionNumber
- The configuration version.public void setDescription(String description)
A description of the configuration.
description
- A description of the configuration.public String getDescription()
A description of the configuration.
public HostedConfigurationVersionSummary withDescription(String description)
A description of the configuration.
description
- A description of the configuration.public void setContentType(String contentType)
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
contentType
- A standard MIME type describing the format of the configuration content. For more information, see Content-Type.public String getContentType()
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
public HostedConfigurationVersionSummary withContentType(String contentType)
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
contentType
- A standard MIME type describing the format of the configuration content. For more information, see Content-Type.public void setVersionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
versionLabel
- A user-defined label for an AppConfig hosted configuration version.public String getVersionLabel()
A user-defined label for an AppConfig hosted configuration version.
public HostedConfigurationVersionSummary withVersionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
versionLabel
- A user-defined label for an AppConfig hosted configuration version.public void setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
kmsKeyArn
- The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version
of the configuration data in the AppConfig hosted configuration store.public String getKmsKeyArn()
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
public HostedConfigurationVersionSummary withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
kmsKeyArn
- The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version
of the configuration data in the AppConfig hosted configuration store.public String toString()
toString
in class Object
Object.toString()
public HostedConfigurationVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.