Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSubnetGroupResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : CreateDBSubnetGroupResponseUnmarshaller
return CreateDBSubnetGroupResponseUnmarshaller
        public static CreateDBSubnetGroupResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateDBSubnetGroupResponseUnmarshaller();
            }
            return instance;
        }