class Aws::RpcV2::Builder
def serialize(params)
def serialize(params) # If the input shape is empty, do not set a body. This is # different than if the input shape is a structure with no members. return nil if @rules.shape.struct_class == EmptyStructure RpcV2.encode(format(@rules, params)) end