@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElbLoadBalancerSourceSecurityGroup extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the security group for the load balancer.
| Constructor and Description |
|---|
AwsElbLoadBalancerSourceSecurityGroup() |
| Modifier and Type | Method and Description |
|---|---|
AwsElbLoadBalancerSourceSecurityGroup |
clone() |
boolean |
equals(Object obj) |
String |
getGroupName()
The name of the security group.
|
String |
getOwnerAlias()
The owner of the security group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupName(String groupName)
The name of the security group.
|
void |
setOwnerAlias(String ownerAlias)
The owner of the security group.
|
String |
toString()
Returns a string representation of this object.
|
AwsElbLoadBalancerSourceSecurityGroup |
withGroupName(String groupName)
The name of the security group.
|
AwsElbLoadBalancerSourceSecurityGroup |
withOwnerAlias(String ownerAlias)
The owner of the security group.
|
public AwsElbLoadBalancerSourceSecurityGroup()
public void setGroupName(String groupName)
The name of the security group.
groupName - The name of the security group.public String getGroupName()
The name of the security group.
public AwsElbLoadBalancerSourceSecurityGroup withGroupName(String groupName)
The name of the security group.
groupName - The name of the security group.public void setOwnerAlias(String ownerAlias)
The owner of the security group.
ownerAlias - The owner of the security group.public String getOwnerAlias()
The owner of the security group.
public AwsElbLoadBalancerSourceSecurityGroup withOwnerAlias(String ownerAlias)
The owner of the security group.
ownerAlias - The owner of the security group.public String toString()
toString in class ObjectObject.toString()public AwsElbLoadBalancerSourceSecurityGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.