public class ModifyFlowLogAttributeRequest extends Object
| Constructor and Description |
|---|
ModifyFlowLogAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyFlowLogAttributeRequest |
aggregationInterval(Integer aggregationInterval) |
ModifyFlowLogAttributeRequest |
clientToken(String clientToken) |
ModifyFlowLogAttributeRequest |
description(String description) |
boolean |
equals(Object o) |
ModifyFlowLogAttributeRequest |
flowLogId(String flowLogId) |
ModifyFlowLogAttributeRequest |
flowLogName(String flowLogName) |
Integer |
getAggregationInterval()
Get aggregationInterval
|
String |
getClientToken()
Get clientToken
|
@Size(max=255) String |
getDescription()
Get description
|
@NotNull String |
getFlowLogId()
Get flowLogId
|
@Size(min=1,max=128) String |
getFlowLogName()
Get flowLogName
|
int |
hashCode() |
void |
setAggregationInterval(Integer aggregationInterval) |
void |
setClientToken(String clientToken) |
void |
setDescription(String description) |
void |
setFlowLogId(String flowLogId) |
void |
setFlowLogName(String flowLogName) |
String |
toString() |
public ModifyFlowLogAttributeRequest aggregationInterval(Integer aggregationInterval)
public Integer getAggregationInterval()
public void setAggregationInterval(Integer aggregationInterval)
public ModifyFlowLogAttributeRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public ModifyFlowLogAttributeRequest description(String description)
@Size(max=255) public @Size(max=255) String getDescription()
public void setDescription(String description)
public ModifyFlowLogAttributeRequest flowLogId(String flowLogId)
@NotNull public @NotNull String getFlowLogId()
public void setFlowLogId(String flowLogId)
public ModifyFlowLogAttributeRequest flowLogName(String flowLogName)
@Size(min=1,
max=128)
public @Size(min=1,max=128) String getFlowLogName()
public void setFlowLogName(String flowLogName)
Copyright © 2024. All rights reserved.