@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupVersion extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
GroupVersion() |
Modifier and Type | Method and Description |
---|---|
GroupVersion |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorDefinitionVersionArn()
The ARN of the connector definition version for this group.
|
String |
getCoreDefinitionVersionArn()
The ARN of the core definition version for this group.
|
String |
getDeviceDefinitionVersionArn()
The ARN of the device definition version for this group.
|
String |
getFunctionDefinitionVersionArn()
The ARN of the function definition version for this group.
|
String |
getLoggerDefinitionVersionArn()
The ARN of the logger definition version for this group.
|
String |
getResourceDefinitionVersionArn()
The ARN of the resource definition version for this group.
|
String |
getSubscriptionDefinitionVersionArn()
The ARN of the subscription definition version for this group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConnectorDefinitionVersionArn(String connectorDefinitionVersionArn)
The ARN of the connector definition version for this group.
|
void |
setCoreDefinitionVersionArn(String coreDefinitionVersionArn)
The ARN of the core definition version for this group.
|
void |
setDeviceDefinitionVersionArn(String deviceDefinitionVersionArn)
The ARN of the device definition version for this group.
|
void |
setFunctionDefinitionVersionArn(String functionDefinitionVersionArn)
The ARN of the function definition version for this group.
|
void |
setLoggerDefinitionVersionArn(String loggerDefinitionVersionArn)
The ARN of the logger definition version for this group.
|
void |
setResourceDefinitionVersionArn(String resourceDefinitionVersionArn)
The ARN of the resource definition version for this group.
|
void |
setSubscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)
The ARN of the subscription definition version for this group.
|
String |
toString()
Returns a string representation of this object.
|
GroupVersion |
withConnectorDefinitionVersionArn(String connectorDefinitionVersionArn)
The ARN of the connector definition version for this group.
|
GroupVersion |
withCoreDefinitionVersionArn(String coreDefinitionVersionArn)
The ARN of the core definition version for this group.
|
GroupVersion |
withDeviceDefinitionVersionArn(String deviceDefinitionVersionArn)
The ARN of the device definition version for this group.
|
GroupVersion |
withFunctionDefinitionVersionArn(String functionDefinitionVersionArn)
The ARN of the function definition version for this group.
|
GroupVersion |
withLoggerDefinitionVersionArn(String loggerDefinitionVersionArn)
The ARN of the logger definition version for this group.
|
GroupVersion |
withResourceDefinitionVersionArn(String resourceDefinitionVersionArn)
The ARN of the resource definition version for this group.
|
GroupVersion |
withSubscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)
The ARN of the subscription definition version for this group.
|
public void setConnectorDefinitionVersionArn(String connectorDefinitionVersionArn)
connectorDefinitionVersionArn
- The ARN of the connector definition version for this group.public String getConnectorDefinitionVersionArn()
public GroupVersion withConnectorDefinitionVersionArn(String connectorDefinitionVersionArn)
connectorDefinitionVersionArn
- The ARN of the connector definition version for this group.public void setCoreDefinitionVersionArn(String coreDefinitionVersionArn)
coreDefinitionVersionArn
- The ARN of the core definition version for this group.public String getCoreDefinitionVersionArn()
public GroupVersion withCoreDefinitionVersionArn(String coreDefinitionVersionArn)
coreDefinitionVersionArn
- The ARN of the core definition version for this group.public void setDeviceDefinitionVersionArn(String deviceDefinitionVersionArn)
deviceDefinitionVersionArn
- The ARN of the device definition version for this group.public String getDeviceDefinitionVersionArn()
public GroupVersion withDeviceDefinitionVersionArn(String deviceDefinitionVersionArn)
deviceDefinitionVersionArn
- The ARN of the device definition version for this group.public void setFunctionDefinitionVersionArn(String functionDefinitionVersionArn)
functionDefinitionVersionArn
- The ARN of the function definition version for this group.public String getFunctionDefinitionVersionArn()
public GroupVersion withFunctionDefinitionVersionArn(String functionDefinitionVersionArn)
functionDefinitionVersionArn
- The ARN of the function definition version for this group.public void setLoggerDefinitionVersionArn(String loggerDefinitionVersionArn)
loggerDefinitionVersionArn
- The ARN of the logger definition version for this group.public String getLoggerDefinitionVersionArn()
public GroupVersion withLoggerDefinitionVersionArn(String loggerDefinitionVersionArn)
loggerDefinitionVersionArn
- The ARN of the logger definition version for this group.public void setResourceDefinitionVersionArn(String resourceDefinitionVersionArn)
resourceDefinitionVersionArn
- The ARN of the resource definition version for this group.public String getResourceDefinitionVersionArn()
public GroupVersion withResourceDefinitionVersionArn(String resourceDefinitionVersionArn)
resourceDefinitionVersionArn
- The ARN of the resource definition version for this group.public void setSubscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)
subscriptionDefinitionVersionArn
- The ARN of the subscription definition version for this group.public String getSubscriptionDefinitionVersionArn()
public GroupVersion withSubscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)
subscriptionDefinitionVersionArn
- The ARN of the subscription definition version for this group.public String toString()
toString
in class Object
Object.toString()
public GroupVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.