@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FreeTrialAccountInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Amazon Inspector free trial for an account.
| Constructor and Description |
|---|
FreeTrialAccountInfo() |
| Modifier and Type | Method and Description |
|---|---|
FreeTrialAccountInfo |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The account associated with the Amazon Inspector free trial information.
|
List<FreeTrialInfo> |
getFreeTrialInfo()
Contains information about the Amazon Inspector free trial for an account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAccountId(String accountId)
The account associated with the Amazon Inspector free trial information.
|
void |
setFreeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
String |
toString()
Returns a string representation of this object.
|
FreeTrialAccountInfo |
withAccountId(String accountId)
The account associated with the Amazon Inspector free trial information.
|
FreeTrialAccountInfo |
withFreeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
FreeTrialAccountInfo |
withFreeTrialInfo(FreeTrialInfo... freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
public void setAccountId(String accountId)
The account associated with the Amazon Inspector free trial information.
accountId - The account associated with the Amazon Inspector free trial information.public String getAccountId()
The account associated with the Amazon Inspector free trial information.
public FreeTrialAccountInfo withAccountId(String accountId)
The account associated with the Amazon Inspector free trial information.
accountId - The account associated with the Amazon Inspector free trial information.public List<FreeTrialInfo> getFreeTrialInfo()
Contains information about the Amazon Inspector free trial for an account.
public void setFreeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
freeTrialInfo - Contains information about the Amazon Inspector free trial for an account.public FreeTrialAccountInfo withFreeTrialInfo(FreeTrialInfo... freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
NOTE: This method appends the values to the existing list (if any). Use
setFreeTrialInfo(java.util.Collection) or withFreeTrialInfo(java.util.Collection) if you want
to override the existing values.
freeTrialInfo - Contains information about the Amazon Inspector free trial for an account.public FreeTrialAccountInfo withFreeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
freeTrialInfo - Contains information about the Amazon Inspector free trial for an account.public String toString()
toString in class ObjectObject.toString()public FreeTrialAccountInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.