@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignalCatalogSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.
Constructor and Description |
---|
SignalCatalogSummary() |
Modifier and Type | Method and Description |
---|---|
SignalCatalogSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the signal catalog.
|
Date |
getCreationTime()
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
Date |
getLastModificationTime()
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
getName()
The name of the signal catalog.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the signal catalog.
|
void |
setCreationTime(Date creationTime)
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
void |
setLastModificationTime(Date lastModificationTime)
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
void |
setName(String name)
The name of the signal catalog.
|
String |
toString()
Returns a string representation of this object.
|
SignalCatalogSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the signal catalog.
|
SignalCatalogSummary |
withCreationTime(Date creationTime)
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
SignalCatalogSummary |
withLastModificationTime(Date lastModificationTime)
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
SignalCatalogSummary |
withName(String name)
The name of the signal catalog.
|
public void setName(String name)
The name of the signal catalog.
name
- The name of the signal catalog.public String getName()
The name of the signal catalog.
public SignalCatalogSummary withName(String name)
The name of the signal catalog.
name
- The name of the signal catalog.public void setArn(String arn)
The Amazon Resource Name (ARN) of the signal catalog.
arn
- The Amazon Resource Name (ARN) of the signal catalog.public String getArn()
The Amazon Resource Name (ARN) of the signal catalog.
public SignalCatalogSummary withArn(String arn)
The Amazon Resource Name (ARN) of the signal catalog.
arn
- The Amazon Resource Name (ARN) of the signal catalog.public void setCreationTime(Date creationTime)
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime
- The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).public Date getCreationTime()
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
public SignalCatalogSummary withCreationTime(Date creationTime)
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime
- The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).public void setLastModificationTime(Date lastModificationTime)
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime
- The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC
time).public Date getLastModificationTime()
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
public SignalCatalogSummary withLastModificationTime(Date lastModificationTime)
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime
- The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC
time).public String toString()
toString
in class Object
Object.toString()
public SignalCatalogSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.