Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheSubnetGroupResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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