@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpsMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Operational metadata for an application in Application Manager.
Constructor and Description |
---|
OpsMetadata() |
Modifier and Type | Method and Description |
---|---|
OpsMetadata |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the OpsMetadata objects was created.
|
Date |
getLastModifiedDate()
The date the OpsMetadata object was last updated.
|
String |
getLastModifiedUser()
The user name who last updated the OpsMetadata object.
|
String |
getOpsMetadataArn()
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
|
String |
getResourceId()
The ID of the Application Manager application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationDate(Date creationDate)
The date the OpsMetadata objects was created.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date the OpsMetadata object was last updated.
|
void |
setLastModifiedUser(String lastModifiedUser)
The user name who last updated the OpsMetadata object.
|
void |
setOpsMetadataArn(String opsMetadataArn)
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
|
void |
setResourceId(String resourceId)
The ID of the Application Manager application.
|
String |
toString()
Returns a string representation of this object.
|
OpsMetadata |
withCreationDate(Date creationDate)
The date the OpsMetadata objects was created.
|
OpsMetadata |
withLastModifiedDate(Date lastModifiedDate)
The date the OpsMetadata object was last updated.
|
OpsMetadata |
withLastModifiedUser(String lastModifiedUser)
The user name who last updated the OpsMetadata object.
|
OpsMetadata |
withOpsMetadataArn(String opsMetadataArn)
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
|
OpsMetadata |
withResourceId(String resourceId)
The ID of the Application Manager application.
|
public void setResourceId(String resourceId)
The ID of the Application Manager application.
resourceId
- The ID of the Application Manager application.public String getResourceId()
The ID of the Application Manager application.
public OpsMetadata withResourceId(String resourceId)
The ID of the Application Manager application.
resourceId
- The ID of the Application Manager application.public void setOpsMetadataArn(String opsMetadataArn)
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
opsMetadataArn
- The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.public String getOpsMetadataArn()
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
public OpsMetadata withOpsMetadataArn(String opsMetadataArn)
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
opsMetadataArn
- The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.public void setLastModifiedDate(Date lastModifiedDate)
The date the OpsMetadata object was last updated.
lastModifiedDate
- The date the OpsMetadata object was last updated.public Date getLastModifiedDate()
The date the OpsMetadata object was last updated.
public OpsMetadata withLastModifiedDate(Date lastModifiedDate)
The date the OpsMetadata object was last updated.
lastModifiedDate
- The date the OpsMetadata object was last updated.public void setLastModifiedUser(String lastModifiedUser)
The user name who last updated the OpsMetadata object.
lastModifiedUser
- The user name who last updated the OpsMetadata object.public String getLastModifiedUser()
The user name who last updated the OpsMetadata object.
public OpsMetadata withLastModifiedUser(String lastModifiedUser)
The user name who last updated the OpsMetadata object.
lastModifiedUser
- The user name who last updated the OpsMetadata object.public void setCreationDate(Date creationDate)
The date the OpsMetadata objects was created.
creationDate
- The date the OpsMetadata objects was created.public Date getCreationDate()
The date the OpsMetadata objects was created.
public OpsMetadata withCreationDate(Date creationDate)
The date the OpsMetadata objects was created.
creationDate
- The date the OpsMetadata objects was created.public String toString()
toString
in class Object
Object.toString()
public OpsMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.