docstring_tokens
list
code_tokens
list
[ "{" ]
[ "return", "name", "hash", "code", "(", ")", "*", "31", "+", "value", "hash", "code", "(", ")", ";" ]
[ "{" ]
[ "if", "(", "!", "(", "other", "instanceof", "name", "value", "pair", ")", ")", "{", "return", "false", ";", "}", "name", "value", "pair", "other", "pair", "=", "(", "name", "value", "pair", ")", "other", ";", "return", "name", "equals", "(", "other",...
[ "{", "@", "inherit", "doc", "}" ]
[ "int", "result", "=", "name", "compare", "to", "(", "other", "name", ")", ";", "if", "(", "result", "!", "=", "0", ")", "{", "return", "result", ";", "}", "return", "value", "compare", "to", "(", "other", "value", ")", ";" ]
[ "gets", "the", "name" ]
[ "return", "name", ";" ]
[ "gets", "the", "value" ]
[ "return", "value", ";" ]
[ "get", "the", "rpc", "status", "corresponding", "to", "this", "exception" ]
[ "return", "rpc", "status", "proto", "error", ";" ]
[ "get", "the", "detailed", "rpc", "status", "corresponding", "to", "this", "exception" ]
[ "return", "rpc", "error", "code", "proto", "error", "rpc", "server", ";" ]
[ "returns", "the", "{", "@", "link", "properties", "}" ]
[ "return", "properties", ";" ]
[ "creates", "new", "{", "@", "link", "session", "}", "with", "or", "without", "custom", "{", "@", "link", "properties", "}" ]
[ "if", "(", "properties", "=", "=", "null", ")", "{", "properties", "=", "system", "get", "properties", "(", ")", ";", "}", "this", "session", "=", "session", "get", "instance", "(", "properties", ")", ";", "return", "session", ";" ]
[ "copies", "properties", "from", "given", "set", "if", "{", "@", "link", "session", "}", "is", "already", "created", "exception", "will", "be", "thrown" ]
[ "check", "session", "not", "set", "(", ")", ";", "this", "properties", "put", "all", "(", "properties", ")", ";", "return", "this", "(", ")", ";" ]
[ "sets", "property", "for", "the", "{", "@", "link", "session", "}", "if", "{", "@", "link", "session", "}", "is", "already", "created", "an", "exception", "will", "be", "thrown" ]
[ "check", "session", "not", "set", "(", ")", ";", "properties", "set", "property", "(", "name", ",", "value", ")", ";", "return", "this", "(", ")", ";" ]
[ "uses", "default", "{", "@", "link", "session", "}", "any", "property", "will", "be", "ignored" ]
[ "this", "session", "=", "session", "get", "default", "instance", "(", "system", "get", "properties", "(", ")", ")", ";", "return", "this", "(", ")", ";" ]
[ "set", "the", "web", "view", "client", "but", "provide", "special", "case", "handling", "for", "ice", "cream", "sandwich" ]
[ "if", "(", "android", "os", "build", "version", "sdk", "int", "<", "android", "os", "build", "version", "codes", "honeycomb", "|", "|", "android", "os", "build", "version", "sdk", "int", ">", "android", "os", "build", "version", "codes", "jelly", "bean", ...
[ "override", "this", "method", "to", "decide", "whether", "or", "not", "you", "need", "to", "request", "the", "focus", "when", "your", "application", "start" ]
[ "return", "true", ";" ]
[ "set", "the", "web", "view", "client" ]
[ "this", "view", "client", "=", "client", ";", "super", "set", "web", "view", "client", "(", "client", ")", ";" ]
[ "set", "the", "web", "chrome", "client" ]
[ "this", "chrome", "client", "=", "client", ";", "super", "set", "web", "chrome", "client", "(", "client", ")", ";" ]
[ "send", "java", "script", "statement", "back", "to", "java", "script", "(", "this", "is", "a", "convenience", "method", ")" ]
[ "this", "js", "message", "queue", "add", "java", "script", "(", "statement", ")", ";" ]
[ "send", "a", "plugin", "result", "back", "to", "java", "script", "(", "this", "is", "a", "convenience", "method", ")" ]
[ "this", "js", "message", "queue", "add", "plugin", "result", "(", "result", ",", "callback", "id", ")", ";" ]
[ "send", "a", "message", "to", "all", "plugins" ]
[ "if", "(", "this", "plugin", "manager", "!", "=", "null", ")", "{", "this", "plugin", "manager", "post", "message", "(", "id", ",", "data", ")", ";", "}" ]
[ "get", "string", "property", "for", "activity" ]
[ "bundle", "bundle", "=", "this", "cordova", "get", "activity", "(", ")", "get", "intent", "(", ")", "get", "extras", "(", ")", ";", "if", "(", "bundle", "=", "=", "null", ")", "{", "return", "default", "value", ";", "}", "name", "=", "name", "to", ...
[ "if", "the", "video", "overlay", "is", "showing", "then", "we", "need", "to", "know", "as", "it", "effects", "back", "button", "handling" ]
[ "return", "m", "custom", "view", "!", "=", "null", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "this", "min", "=", "annotation", "min", "(", ")", ";", "this", "max", "=", "annotation", "max", "(", ")", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "return", "validate", "(", "value", ",", "min", ",", "max", ")", ";" ]
[ "increments", "the", "count", "and", "returns", "the", "new", "value" ]
[ "return", "count", "+", "+", ";" ]
[ "increase", "port", "number", "every", "3", "tries" ]
[ "return", "base", "port", "+", "retry", "count", "/", "3", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "auto", "scaling", "group", "<", "/", "p", ">" ]
[ "this", "auto", "scaling", "group", "name", "=", "auto", "scaling", "group", "name", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "auto", "scaling", "group", "<", "/", "p", ">" ]
[ "return", "this", "auto", "scaling", "group", "name", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "auto", "scaling", "group", "<", "/", "p", ">" ]
[ "set", "auto", "scaling", "group", "name", "(", "auto", "scaling", "group", "name", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "one", "or", "more", "scheduled", "actions", "the", "maximum", "number", "allowed", "is", "50", "<", "/", "p", ">" ]
[ "if", "(", "scheduled", "update", "group", "actions", "=", "=", "null", ")", "{", "scheduled", "update", "group", "actions", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "scheduled", "update", "group", "action", "request", ">",...
[ "<", "p", ">", "one", "or", "more", "scheduled", "actions", "the", "maximum", "number", "allowed", "is", "50", "<", "/", "p", ">" ]
[ "if", "(", "scheduled", "update", "group", "actions", "=", "=", "null", ")", "{", "this", "scheduled", "update", "group", "actions", "=", "null", ";", "return", ";", "}", "this", "scheduled", "update", "group", "actions", "=", "new", "com", "amazonaws", ...
[ "<", "p", ">", "one", "or", "more", "scheduled", "actions", "the", "maximum", "number", "allowed", "is", "50", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", ...
[ "if", "(", "this", "scheduled", "update", "group", "actions", "=", "=", "null", ")", "{", "set", "scheduled", "update", "group", "actions", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "scheduled", "update", "group", "action", ...
[ "<", "p", ">", "one", "or", "more", "scheduled", "actions", "the", "maximum", "number", "allowed", "is", "50", "<", "/", "p", ">" ]
[ "set", "scheduled", "update", "group", "actions", "(", "scheduled", "update", "group", "actions", ")", ";", "return", "this", ";" ]
[ "when", "view", "is", "recycled", "by", "listview", "need", "to", "catch", "exception" ]
[ "try", "{", "final", "int", "position", "=", "list", "view", "get", "position", "for", "view", "(", "view", ")", ";", "if", "(", "position", "=", "=", "list", "view", "invalid", "position", ")", "{", "return", "null", ";", "}", "return", "get", "view...
[ "<", "p", ">", "the", "name", "of", "the", "custom", "verification", "email", "template", "that", "you", "want", "to", "delete", "<", "/", "p", ">" ]
[ "set", "template", "name", "(", "template", "name", ")", ";", "return", "this", ";" ]
[ "lookup", "the", "error", "handler", "by", "the", "given", "ref" ]
[ "return", "lookup", "error", "handler", "builder", "(", "route", "context", ",", "ref", ",", "true", ")", ";" ]
[ "returns", "whether", "a", "specific", "error", "handler", "builder", "has", "been", "configured", "or", "not", "<", "p", "/", ">", "can", "be", "used", "to", "test", "if", "none", "has", "been", "configured", "and", "then", "install", "a", "custom", "er...
[ "return", "!", "default", "error", "handler", "builder", "equals", "(", "ref", ")", ";" ]
[ "<", "p", ">", "one", "or", "more", "instance", "i", "ds", "<", "/", "p", ">" ]
[ "if", "(", "instance", "ids", "=", "=", "null", ")", "{", "instance", "ids", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", ")", ";", "}", "return", "instance", "ids", ";" ]
[ "<", "p", ">", "one", "or", "more", "instance", "i", "ds", "<", "/", "p", ">" ]
[ "if", "(", "instance", "ids", "=", "=", "null", ")", "{", "this", "instance", "ids", "=", "null", ";", "return", ";", "}", "this", "instance", "ids", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "ins...
[ "<", "p", ">", "the", "i", "ds", "of", "the", "instances", "you", "can", "specify", "up", "to", "20", "instances", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", ...
[ "if", "(", "this", "instance", "ids", "=", "=", "null", ")", "{", "set", "instance", "ids", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "instance", "ids", "length", ")", ")", ";", "}", "for", "(", ...
[ "<", "p", ">", "the", "i", "ds", "of", "the", "instances", "you", "can", "specify", "up", "to", "20", "instances", "<", "/", "p", ">" ]
[ "set", "instance", "ids", "(", "instance", "ids", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "auto", "scaling", "group", "<", "/", "p", ">" ]
[ "set", "auto", "scaling", "group", "name", "(", "auto", "scaling", "group", "name", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "indicates", "whether", "terminating", "the", "instance", "also", "decrements", "the", "size", "of", "the", "auto", "scaling", "group", "<", "/", "p", ">" ]
[ "this", "should", "decrement", "desired", "capacity", "=", "should", "decrement", "desired", "capacity", ";" ]
[ "<", "p", ">", "indicates", "whether", "terminating", "the", "instance", "also", "decrements", "the", "size", "of", "the", "auto", "scaling", "group", "<", "/", "p", ">" ]
[ "return", "this", "should", "decrement", "desired", "capacity", ";" ]
[ "<", "p", ">", "indicates", "whether", "the", "auto", "scaling", "group", "decrements", "the", "desired", "capacity", "value", "by", "the", "number", "of", "instances", "detached", "<", "/", "p", ">" ]
[ "set", "should", "decrement", "desired", "capacity", "(", "should", "decrement", "desired", "capacity", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "indicates", "whether", "terminating", "the", "instance", "also", "decrements", "the", "size", "of", "the", "auto", "scaling", "group", "<", "/", "p", ">" ]
[ "return", "this", "should", "decrement", "desired", "capacity", ";" ]
[ "<", "p", ">", "the", "details", "of", "the", "failure", "<", "/", "p", ">" ]
[ "this", "details", "=", "details", ";" ]
[ "calculates", "logarithm", "in", "a", "given", "base", "with", "doubles" ]
[ "return", "math", "log", "(", "x", ")", "/", "math", "log", "(", "base", ")", ";" ]
[ "calculates", "inverse", "hyperbolic", "cosine", "of", "a", "{" ]
[ "return", "math", "log", "(", "math", "sqrt", "(", "a", "*", "a", "-", "1", "0d", ")", "+", "a", ")", ";" ]
[ "return", "the", "underlying", "target", "stream", "(", "never", "{" ]
[ "return", "this", "target", "stream", ";" ]
[ "implementations", "for", "object" ]
[ "return", "this", "=", "=", "object", "|", "|", "super", "equals", "(", "object", ")", "&", "&", "this", "value", "equals", "(", "(", "(", "converted", "integer", "value", ")", "object", ")", "value", ")", ";" ]
[ "set", "the", "configuration", "properties", "of", "the", "job" ]
[ "this", "job", "properties", "=", "new", "job", "properties", "(", "conf", ")", ";" ]
[ "get", "total", "maps" ]
[ "return", "total", "maps", ";" ]
[ "get", "total", "reduces" ]
[ "return", "total", "reduces", ";" ]
[ "<", "p", ">", "the", "layer", "id", "<", "/", "p", ">" ]
[ "this", "layer", "id", "=", "layer", "id", ";" ]
[ "<", "p", ">", "the", "layer", "id", "<", "/", "p", ">" ]
[ "return", "this", "layer", "id", ";" ]
[ "<", "p", ">", "the", "layer", "id", "<", "/", "p", ">" ]
[ "set", "layer", "id", "(", "layer", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "layer", "name", "which", "is", "used", "by", "the", "console", "<", "/", "p", ">" ]
[ "set", "name", "(", "name", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "app", "s", "short", "name", "<", "/", "p", ">" ]
[ "this", "shortname", "=", "shortname", ";" ]
[ "<", "p", ">", "the", "app", "s", "short", "name", "<", "/", "p", ">" ]
[ "return", "this", "shortname", ";" ]
[ "<", "p", ">", "for", "custom", "layers", "only", "use", "this", "parameter", "to", "specify", "the", "layer", "s", "short", "name", "which", "is", "used", "internally", "by", "aws", "ops", "works", "stacks", "and", "by", "chef", "the", "short", "name", ...
[ "set", "shortname", "(", "shortname", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "sms", "attribute", "names", "and", "their", "values", "<", "/", "p", ">" ]
[ "if", "(", "attributes", "=", "=", "null", ")", "{", "attributes", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "map", "<", "string", ",", "string", ">", "(", ")", ";", "}", "return", "attributes", ";" ]
[ "<", "p", ">", "the", "sms", "attribute", "names", "and", "their", "values", "<", "/", "p", ">" ]
[ "this", "attributes", "=", "attributes", "=", "=", "null", "?", "null", ":", "new", "com", "amazonaws", "internal", "sdk", "internal", "map", "<", "string", ",", "string", ">", "(", "attributes", ")", ";" ]
[ "<", "p", ">", "one", "or", "more", "user", "-", "defined", "key", "/", "value", "pairs", "to", "be", "added", "to", "the", "stack", "attributes", "<", "/", "p", ">" ]
[ "set", "attributes", "(", "attributes", ")", ";", "return", "this", ";" ]
[ "removes", "all", "the", "entries", "added", "into", "attributes" ]
[ "this", "attributes", "=", "null", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "amazon", "cloud", "watch", "logs", "configuration", "settings", "for", "the", "layer", "<", "/", "p", ">" ]
[ "this", "cloud", "watch", "logs", "configuration", "=", "cloud", "watch", "logs", "configuration", ";" ]
[ "<", "p", ">", "the", "amazon", "cloud", "watch", "logs", "configuration", "settings", "for", "the", "layer", "<", "/", "p", ">" ]
[ "return", "this", "cloud", "watch", "logs", "configuration", ";" ]
[ "<", "p", ">", "specifies", "cloud", "watch", "logs", "configuration", "options", "for", "the", "layer", "for", "more", "information", "see", "<", "a", ">", "cloud", "watch", "logs", "log", "stream", "<", "/", "a", ">", "<", "/", "p", ">" ]
[ "set", "cloud", "watch", "logs", "configuration", "(", "cloud", "watch", "logs", "configuration", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "arn", "of", "the", "default", "iam", "profile", "to", "be", "used", "for", "the", "layer", "s", "ec2", "instances", "for", "more", "information", "about", "iam", "a", "r", "ns", "see", "<", "a", "href", "=", "http", ":", "/",...
[ "this", "custom", "instance", "profile", "arn", "=", "custom", "instance", "profile", "arn", ";" ]
[ "<", "p", ">", "the", "arn", "of", "the", "default", "iam", "profile", "to", "be", "used", "for", "the", "layer", "s", "ec2", "instances", "for", "more", "information", "about", "iam", "a", "r", "ns", "see", "<", "a", "href", "=", "http", ":", "/",...
[ "return", "this", "custom", "instance", "profile", "arn", ";" ]
[ "<", "p", ">", "the", "arn", "of", "an", "iam", "profile", "to", "be", "used", "for", "all", "of", "the", "layer", "s", "ec2", "instances", "for", "more", "information", "about", "iam", "a", "r", "ns", "see", "<", "a", "href", "=", "http", ":", "...
[ "set", "custom", "instance", "profile", "arn", "(", "custom", "instance", "profile", "arn", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "json", "object", "that", "contains", "user", "-", "defined", "attributes", "to", "be", "added", "to", "the", "stack", "configuration", "and", "deployment", "attributes", "you", "can", "use", "custom", "json", "to", "override", "the", "...
[ "this", "custom", "json", "=", "custom", "json", ";" ]
[ "<", "p", ">", "a", "json", "object", "that", "contains", "user", "-", "defined", "attributes", "to", "be", "added", "to", "the", "stack", "configuration", "and", "deployment", "attributes", "you", "can", "use", "custom", "json", "to", "override", "the", "...
[ "return", "this", "custom", "json", ";" ]
[ "<", "p", ">", "a", "json", "-", "formatted", "string", "containing", "custom", "stack", "configuration", "and", "deployment", "attributes", "to", "be", "installed", "on", "the", "layer", "s", "instances", "for", "more", "information", "see", "<", "a", "href...
[ "set", "custom", "json", "(", "custom", "json", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "an", "array", "containing", "the", "layer", "s", "custom", "security", "group", "i", "ds", "<", "/", "p", ">" ]
[ "if", "(", "custom", "security", "group", "ids", "=", "=", "null", ")", "{", "custom", "security", "group", "ids", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", ")", ";", "}", "return", "custom", "secur...
[ "<", "p", ">", "an", "array", "containing", "the", "layer", "s", "custom", "security", "group", "i", "ds", "<", "/", "p", ">" ]
[ "if", "(", "custom", "security", "group", "ids", "=", "=", "null", ")", "{", "this", "custom", "security", "group", "ids", "=", "null", ";", "return", ";", "}", "this", "custom", "security", "group", "ids", "=", "new", "com", "amazonaws", "internal", "...
[ "<", "p", ">", "an", "array", "containing", "the", "layer", "s", "custom", "security", "group", "i", "ds", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "t...
[ "if", "(", "this", "custom", "security", "group", "ids", "=", "=", "null", ")", "{", "set", "custom", "security", "group", "ids", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "custom", "security", "group...
[ "<", "p", ">", "an", "array", "containing", "the", "layer", "s", "custom", "security", "group", "i", "ds", "<", "/", "p", ">" ]
[ "set", "custom", "security", "group", "ids", "(", "custom", "security", "group", "ids", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "an", "array", "of", "<", "code", ">", "package", "<", "/", "code", ">", "objects", "that", "describe", "the", "layer", "s", "packages", "<", "/", "p", ">" ]
[ "if", "(", "packages", "=", "=", "null", ")", "{", "packages", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", ")", ";", "}", "return", "packages", ";" ]
[ "<", "p", ">", "an", "array", "of", "<", "code", ">", "package", "<", "/", "code", ">", "objects", "that", "describe", "the", "layer", "s", "packages", "<", "/", "p", ">" ]
[ "if", "(", "packages", "=", "=", "null", ")", "{", "this", "packages", "=", "null", ";", "return", ";", "}", "this", "packages", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "packages", ")", ";" ]
[ "<", "p", ">", "an", "array", "of", "<", "code", ">", "package", "<", "/", "code", ">", "objects", "that", "describe", "the", "layer", "s", "packages", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this",...
[ "if", "(", "this", "packages", "=", "=", "null", ")", "{", "set", "packages", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "packages", "length", ")", ")", ";", "}", "for", "(", "string", "ele", ":", ...
[ "<", "p", ">", "an", "array", "of", "<", "code", ">", "package", "<", "/", "code", ">", "objects", "that", "describe", "the", "layer", "s", "packages", "<", "/", "p", ">" ]
[ "set", "packages", "(", "packages", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "<", "code", ">", "volume", "configurations", "<", "/", "code", ">", "object", "that", "describes", "the", "layer", "s", "amazon", "ebs", "volumes", "<", "/", "p", ">" ]
[ "if", "(", "volume", "configurations", "=", "=", "null", ")", "{", "volume", "configurations", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "volume", "configuration", ">", "(", ")", ";", "}", "return", "volume", "configurations...
[ "<", "p", ">", "a", "<", "code", ">", "volume", "configurations", "<", "/", "code", ">", "object", "that", "describes", "the", "layer", "s", "amazon", "ebs", "volumes", "<", "/", "p", ">" ]
[ "if", "(", "volume", "configurations", "=", "=", "null", ")", "{", "this", "volume", "configurations", "=", "null", ";", "return", ";", "}", "this", "volume", "configurations", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "vo...
[ "<", "p", ">", "a", "<", "code", ">", "volume", "configurations", "<", "/", "code", ">", "object", "that", "describes", "the", "layer", "s", "amazon", "ebs", "volumes", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b...
[ "if", "(", "this", "volume", "configurations", "=", "=", "null", ")", "{", "set", "volume", "configurations", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "volume", "configuration", ">", "(", "volume", "configurations", "length",...
[ "<", "p", ">", "a", "<", "code", ">", "volume", "configurations", "<", "/", "code", ">", "object", "that", "describes", "the", "layer", "s", "amazon", "ebs", "volumes", "<", "/", "p", ">" ]
[ "set", "volume", "configurations", "(", "volume", "configurations", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "whether", "auto", "healing", "is", "disabled", "for", "the", "layer", "<", "/", "p", ">" ]
[ "this", "enable", "auto", "healing", "=", "enable", "auto", "healing", ";" ]
[ "<", "p", ">", "whether", "auto", "healing", "is", "disabled", "for", "the", "layer", "<", "/", "p", ">" ]
[ "return", "this", "enable", "auto", "healing", ";" ]
[ "<", "p", ">", "whether", "to", "disable", "auto", "healing", "for", "the", "layer", "<", "/", "p", ">" ]
[ "set", "enable", "auto", "healing", "(", "enable", "auto", "healing", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "whether", "auto", "healing", "is", "disabled", "for", "the", "layer", "<", "/", "p", ">" ]
[ "return", "this", "enable", "auto", "healing", ";" ]
[ "<", "p", ">", "whether", "to", "automatically", "assign", "an", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "awsec2", "/", "latest", "/", "user", "guide", "/", "elastic", "-", "ip", "-", "addresses", "-", "ei...
[ "this", "auto", "assign", "elastic", "ips", "=", "auto", "assign", "elastic", "ips", ";" ]
[ "<", "p", ">", "whether", "to", "automatically", "assign", "an", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "awsec2", "/", "latest", "/", "user", "guide", "/", "elastic", "-", "ip", "-", "addresses", "-", "ei...
[ "return", "this", "auto", "assign", "elastic", "ips", ";" ]
[ "<", "p", ">", "whether", "to", "automatically", "assign", "an", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "awsec2", "/", "latest", "/", "user", "guide", "/", "elastic", "-", "ip", "-", "addresses", "-", "ei...
[ "set", "auto", "assign", "elastic", "ips", "(", "auto", "assign", "elastic", "ips", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "whether", "to", "automatically", "assign", "an", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "awsec2", "/", "latest", "/", "user", "guide", "/", "elastic", "-", "ip", "-", "addresses", "-", "ei...
[ "return", "this", "auto", "assign", "elastic", "ips", ";" ]
[ "<", "p", ">", "for", "stacks", "that", "are", "running", "in", "a", "vpc", "whether", "to", "automatically", "assign", "a", "public", "ip", "address", "to", "the", "layer", "s", "instances", "for", "more", "information", "see", "<", "a", "href", "=", ...
[ "this", "auto", "assign", "public", "ips", "=", "auto", "assign", "public", "ips", ";" ]
[ "<", "p", ">", "for", "stacks", "that", "are", "running", "in", "a", "vpc", "whether", "to", "automatically", "assign", "a", "public", "ip", "address", "to", "the", "layer", "s", "instances", "for", "more", "information", "see", "<", "a", "href", "=", ...
[ "return", "this", "auto", "assign", "public", "ips", ";" ]
[ "<", "p", ">", "for", "stacks", "that", "are", "running", "in", "a", "vpc", "whether", "to", "automatically", "assign", "a", "public", "ip", "address", "to", "the", "layer", "s", "instances", "for", "more", "information", "see", "<", "a", "href", "=", ...
[ "set", "auto", "assign", "public", "ips", "(", "auto", "assign", "public", "ips", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "for", "stacks", "that", "are", "running", "in", "a", "vpc", "whether", "to", "automatically", "assign", "a", "public", "ip", "address", "to", "the", "layer", "s", "instances", "for", "more", "information", "see", "<", "a", "href", "=", ...
[ "return", "this", "auto", "assign", "public", "ips", ";" ]
[ "<", "p", ">", "a", "<", "code", ">", "layer", "custom", "recipes", "<", "/", "code", ">", "object", "that", "specifies", "the", "layer", "s", "custom", "recipes", "<", "/", "p", ">" ]
[ "this", "custom", "recipes", "=", "custom", "recipes", ";" ]
[ "<", "p", ">", "a", "<", "code", ">", "layer", "custom", "recipes", "<", "/", "code", ">", "object", "that", "specifies", "the", "layer", "s", "custom", "recipes", "<", "/", "p", ">" ]
[ "return", "this", "custom", "recipes", ";" ]
[ "<", "p", ">", "a", "<", "code", ">", "layer", "custom", "recipes", "<", "/", "code", ">", "object", "that", "specifies", "the", "layer", "s", "custom", "recipes", "<", "/", "p", ">" ]
[ "set", "custom", "recipes", "(", "custom", "recipes", ")", ";", "return", "this", ";" ]