@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceNetworkSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a service network.
Constructor and Description |
---|
ServiceNetworkSummary() |
Modifier and Type | Method and Description |
---|---|
ServiceNetworkSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the service network.
|
Date |
getCreatedAt()
The date and time that the service network was created, specified in ISO-8601 format.
|
String |
getId()
The ID of the service network.
|
Date |
getLastUpdatedAt()
The date and time that the service network was last updated, specified in ISO-8601 format.
|
String |
getName()
The name of the service network.
|
Long |
getNumberOfAssociatedServices()
The number of services associated with the service network.
|
Long |
getNumberOfAssociatedVPCs()
The number of VPCs associated with the service network.
|
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 service network.
|
void |
setCreatedAt(Date createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
|
void |
setId(String id)
The ID of the service network.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The date and time that the service network was last updated, specified in ISO-8601 format.
|
void |
setName(String name)
The name of the service network.
|
void |
setNumberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
|
void |
setNumberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
|
String |
toString()
Returns a string representation of this object.
|
ServiceNetworkSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the service network.
|
ServiceNetworkSummary |
withCreatedAt(Date createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
|
ServiceNetworkSummary |
withId(String id)
The ID of the service network.
|
ServiceNetworkSummary |
withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the service network was last updated, specified in ISO-8601 format.
|
ServiceNetworkSummary |
withName(String name)
The name of the service network.
|
ServiceNetworkSummary |
withNumberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
|
ServiceNetworkSummary |
withNumberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the service network.
arn
- The Amazon Resource Name (ARN) of the service network.public String getArn()
The Amazon Resource Name (ARN) of the service network.
public ServiceNetworkSummary withArn(String arn)
The Amazon Resource Name (ARN) of the service network.
arn
- The Amazon Resource Name (ARN) of the service network.public void setCreatedAt(Date createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
createdAt
- The date and time that the service network was created, specified in ISO-8601 format.public Date getCreatedAt()
The date and time that the service network was created, specified in ISO-8601 format.
public ServiceNetworkSummary withCreatedAt(Date createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
createdAt
- The date and time that the service network was created, specified in ISO-8601 format.public void setId(String id)
The ID of the service network.
id
- The ID of the service network.public String getId()
The ID of the service network.
public ServiceNetworkSummary withId(String id)
The ID of the service network.
id
- The ID of the service network.public void setLastUpdatedAt(Date lastUpdatedAt)
The date and time that the service network was last updated, specified in ISO-8601 format.
lastUpdatedAt
- The date and time that the service network was last updated, specified in ISO-8601 format.public Date getLastUpdatedAt()
The date and time that the service network was last updated, specified in ISO-8601 format.
public ServiceNetworkSummary withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the service network was last updated, specified in ISO-8601 format.
lastUpdatedAt
- The date and time that the service network was last updated, specified in ISO-8601 format.public void setName(String name)
The name of the service network.
name
- The name of the service network.public String getName()
The name of the service network.
public ServiceNetworkSummary withName(String name)
The name of the service network.
name
- The name of the service network.public void setNumberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
numberOfAssociatedServices
- The number of services associated with the service network.public Long getNumberOfAssociatedServices()
The number of services associated with the service network.
public ServiceNetworkSummary withNumberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
numberOfAssociatedServices
- The number of services associated with the service network.public void setNumberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
numberOfAssociatedVPCs
- The number of VPCs associated with the service network.public Long getNumberOfAssociatedVPCs()
The number of VPCs associated with the service network.
public ServiceNetworkSummary withNumberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
numberOfAssociatedVPCs
- The number of VPCs associated with the service network.public String toString()
toString
in class Object
Object.toString()
public ServiceNetworkSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.