@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackupPlanTemplatesListMember extends Object implements Serializable, Cloneable, StructuredPojo
An object specifying metadata associated with a backup plan template.
Constructor and Description |
---|
BackupPlanTemplatesListMember() |
Modifier and Type | Method and Description |
---|---|
BackupPlanTemplatesListMember |
clone() |
boolean |
equals(Object obj) |
String |
getBackupPlanTemplateId()
Uniquely identifies a stored backup plan template.
|
String |
getBackupPlanTemplateName()
The optional display name of a backup plan template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBackupPlanTemplateId(String backupPlanTemplateId)
Uniquely identifies a stored backup plan template.
|
void |
setBackupPlanTemplateName(String backupPlanTemplateName)
The optional display name of a backup plan template.
|
String |
toString()
Returns a string representation of this object.
|
BackupPlanTemplatesListMember |
withBackupPlanTemplateId(String backupPlanTemplateId)
Uniquely identifies a stored backup plan template.
|
BackupPlanTemplatesListMember |
withBackupPlanTemplateName(String backupPlanTemplateName)
The optional display name of a backup plan template.
|
public void setBackupPlanTemplateId(String backupPlanTemplateId)
Uniquely identifies a stored backup plan template.
backupPlanTemplateId
- Uniquely identifies a stored backup plan template.public String getBackupPlanTemplateId()
Uniquely identifies a stored backup plan template.
public BackupPlanTemplatesListMember withBackupPlanTemplateId(String backupPlanTemplateId)
Uniquely identifies a stored backup plan template.
backupPlanTemplateId
- Uniquely identifies a stored backup plan template.public void setBackupPlanTemplateName(String backupPlanTemplateName)
The optional display name of a backup plan template.
backupPlanTemplateName
- The optional display name of a backup plan template.public String getBackupPlanTemplateName()
The optional display name of a backup plan template.
public BackupPlanTemplatesListMember withBackupPlanTemplateName(String backupPlanTemplateName)
The optional display name of a backup plan template.
backupPlanTemplateName
- The optional display name of a backup plan template.public String toString()
toString
in class Object
Object.toString()
public BackupPlanTemplatesListMember clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.